From 9d5354bbedc4e9c06eced4b910b24300568bece7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Jan 2024 18:47:09 +0000 Subject: [PATCH] fix: Dockerfile-bundle-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-bundle-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-bundle-base b/Dockerfile-bundle-base index bdb7704..f77be0a 100644 --- a/Dockerfile-bundle-base +++ b/Dockerfile-bundle-base @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 ruby:3.2.2-alpine +FROM --platform=linux/amd64 ruby:3.2.3-alpine # Installation path ENV HOME=/app