Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent fbda841 commit fa57446
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,5 +1,5 @@
### ------- Builder ------- ###
FROM ruby:3.2.3-alpine as builder
FROM ruby:3.3.0-alpine as builder

ENV HOME=/app \
RAILS_ENV=production \
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN rm -rf node_modules tmp/cache vendor/assets spec


### ------- Production ------- ###
FROM ruby:3.2.3-alpine
FROM ruby:3.3.0-alpine

ENV HOME=/app \
RAILS_ENV=production \
Expand Down

0 comments on commit fa57446

Please sign in to comment.