From 6b69c541af6113e78d972a1819d7fd2c8eb81a59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Jan 2024 02:38:06 +0000 Subject: [PATCH] fix: Dockerfile-release-base to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6148881 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6148881 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6159994 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6159994 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6191693 --- Dockerfile-release-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-release-base b/Dockerfile-release-base index 30eb7b1..5e38f81 100644 --- a/Dockerfile-release-base +++ b/Dockerfile-release-base @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 ruby:3.2.2-alpine +FROM --platform=linux/amd64 ruby:3.3-alpine # Installation path ENV HOME=/app