From 0f16ba19951af8b58d75952c3afc7c0c4aa35173 Mon Sep 17 00:00:00 2001 From: Puru <5674762+tuladhar@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:52:09 +0545 Subject: [PATCH] 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 --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3d8af252..d8346804 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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