Skip to content

Commit

Permalink
Bump ruby from 3.1.2-alpine to 3.3.0-alpine
Browse files Browse the repository at this point in the history
Bumps ruby from 3.1.2-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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 108d557 commit 460171e
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
Expand Up @@ -3,7 +3,7 @@
# production: runs the actual app

# Build builder image
FROM ruby:3.1.2-alpine as builder
FROM ruby:3.3.0-alpine as builder

RUN apk -U upgrade && \
apk add --update --no-cache gcc git libc6-compat libc-dev make nodejs \
Expand Down Expand Up @@ -56,7 +56,7 @@ RUN rm -rf node_modules log/* tmp/* /tmp && \
find /usr/local/bundle/gems -name "*.html" -delete

# Build runtime image
FROM ruby:3.1.2-alpine as production
FROM ruby:3.3.0-alpine as production

# The application runs from /app
WORKDIR /app
Expand Down

0 comments on commit 460171e

Please sign in to comment.