Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2024
1 parent 650cdb8 commit 70b85ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.0.2-alpine
FROM ruby:3.3.5-alpine

ENV APP_PATH /var/app
ENV BUNDLE_VERSION 2.2.22
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.0.2-alpine
FROM ruby:3.3.5-alpine

ENV APP_PATH /var/app
ENV BUNDLE_VERSION 2.2.22
Expand Down

0 comments on commit 70b85ef

Please sign in to comment.