Skip to content

Commit

Permalink
Bump ruby from 3.3.4-alpine to 3.3.6-alpine
Browse files Browse the repository at this point in the history
Bumps ruby from 3.3.4-alpine to 3.3.6-alpine.

---
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 5159160 commit ee6e62d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4-alpine as builder
FROM ruby:3.3.6-alpine as builder

WORKDIR /usr/src/app

Expand All @@ -13,7 +13,7 @@ RUN bundle config set --without 'development test' \
&& bundle install --jobs=3 --retry=3

# Production
FROM ruby:3.3.4-alpine as production
FROM ruby:3.3.6-alpine as production

ENV TINI_SUBREAPER=true

Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.4-alpine
FROM ruby:3.3.6-alpine

WORKDIR /usr/src/app

Expand Down

0 comments on commit ee6e62d

Please sign in to comment.