From ac34312162cc991666ca178c68919cf79dd8a4ae Mon Sep 17 00:00:00 2001 From: Puru <5674762+tuladhar@users.noreply.github.com> Date: Sun, 13 Oct 2024 02:15:33 +0545 Subject: [PATCH 1/3] Upgrade ruby base image to fix HIGH and CRITICAL CVEs --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3d8af2529..977e15810 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# Use the official Ruby 3.2.0 Alpine image as the base image -FROM ruby:3.2.0-alpine +# Use the official Ruby 3.3.5 Alpine image as the base image +FROM ruby:3.3.5-alpine # Install docker/buildx-bin COPY --from=docker/buildx-bin /buildx /usr/libexec/docker/cli-plugins/docker-buildx From f1911ddcfe2dfc1a4d0fb947e6d0052297043ef1 Mon Sep 17 00:00:00 2001 From: Puru <5674762+tuladhar@users.noreply.github.com> Date: Sun, 13 Oct 2024 10:39:27 +0545 Subject: [PATCH 2/3] Drop comment --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 977e15810..74cb95e57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,3 @@ -# Use the official Ruby 3.3.5 Alpine image as the base image FROM ruby:3.3.5-alpine # Install docker/buildx-bin From ea8c30c3ded63c4a88de2cabdd60b1110534bbf7 Mon Sep 17 00:00:00 2001 From: Jeremy Daer Date: Sun, 13 Oct 2024 10:06:11 -0700 Subject: [PATCH 3/3] Float on latest 3.3.x --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74cb95e57..d83468042 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.5-alpine +FROM ruby:3.3-alpine # Install docker/buildx-bin COPY --from=docker/buildx-bin /buildx /usr/libexec/docker/cli-plugins/docker-buildx