Skip to content

Commit

Permalink
Upgrade Ruby base image from 3.2.0 to 3.3.x (#1107)
Browse files Browse the repository at this point in the history
* Upgrade ruby base image to fix HIGH and CRITICAL CVEs
* Float on latest 3.3.x

---------

Co-authored-by: Jeremy Daer <[email protected]>
  • Loading branch information
tuladhar and jeremy authored Oct 13, 2024
1 parent bf79c71 commit 0f16ba1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use the official Ruby 3.2.0 Alpine image as the base image
FROM ruby:3.2.0-alpine
FROM ruby:3.3-alpine

# Install docker/buildx-bin
COPY --from=docker/buildx-bin /buildx /usr/libexec/docker/cli-plugins/docker-buildx
Expand Down

0 comments on commit 0f16ba1

Please sign in to comment.