Upgrade Ruby base image from 3.2.0 to 3.3.x (#1107)

* Upgrade ruby base image to fix HIGH and CRITICAL CVEs
* Float on latest 3.3.x

---------

Co-authored-by: Jeremy Daer <jeremydaer@gmail.com>
This commit is contained in:
Puru
2024-10-13 22:52:09 +05:45
committed by GitHub
parent bf79c7192f
commit 0f16ba1995

View File

@@ -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