Skip to content

Commit

Permalink
Bump ruby in the docker-dependencies group
Browse files Browse the repository at this point in the history
Bumps the docker-dependencies group with 1 update: ruby.


Updates `ruby` from 3.2.3-alpine3.19 to 3.2.4-alpine3.19

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 26, 2024
1 parent d452c13 commit e08104a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -7,7 +7,7 @@ RUN npm ci
RUN npm run prod


FROM ruby:3.2.3-alpine3.19 as bundler
FROM ruby:3.2.4-alpine3.19 as bundler
# Install build dependencies
# - build-base, git, curl: To ensure certain gems can be compiled
# - postgresql-dev: Required for postgresql gem
Expand All @@ -19,7 +19,7 @@ RUN bundle config set --local without development:test
RUN bundle install


FROM ruby:3.2.3-alpine3.19
FROM ruby:3.2.4-alpine3.19
# Install runtime dependencies
# - tzdata: The public-domain time zone database
# - curl: Required for healthcheck and some basic operations
Expand Down

0 comments on commit e08104a

Please sign in to comment.