Skip to content

Commit

Permalink
build(deps): bump ruby from 3.3.5-slim-bookworm to 3.3.6-slim-bookworm
Browse files Browse the repository at this point in the history
Bumps ruby from 3.3.5-slim-bookworm to 3.3.6-slim-bookworm.

---
updated-dependencies:
- dependency-name: ruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent bdcf8e6 commit 9e323f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.5-slim-bookworm AS builder
FROM ruby:3.3.6-slim-bookworm AS builder

RUN apt update && apt install -y \
g++ \
Expand Down Expand Up @@ -27,7 +27,7 @@ RUN bundle check || (bundle config set --local without 'development test release

###############################################################################

FROM ruby:3.3.5-slim-bookworm
FROM ruby:3.3.6-slim-bookworm

ENV APP_HOME=/hdm
ENV RAILS_ENV=production
Expand Down

0 comments on commit 9e323f2

Please sign in to comment.