From 868ee2ec5fa1d6ceb3e36f97458873856e5a51ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 06:02:51 +0000 Subject: [PATCH] fix: Dockerfile-bundle-base to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7413532 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7413532 --- Dockerfile-bundle-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-bundle-base b/Dockerfile-bundle-base index 9c6ffd6..1241ddf 100644 --- a/Dockerfile-bundle-base +++ b/Dockerfile-bundle-base @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 ruby:3.3.3-alpine +FROM --platform=linux/amd64 ruby:3.3.5-alpine # Installation path ENV HOME=/app