From dac418c562bbc377307ed5ed9fdab4e0dca8e55e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Dec 2024 06:09:06 +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-8235201 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 --- Dockerfile-bundle-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-bundle-base b/Dockerfile-bundle-base index a3c43ba..0ff518f 100644 --- a/Dockerfile-bundle-base +++ b/Dockerfile-bundle-base @@ -1,4 +1,4 @@ -FROM alpine:3.20 +FROM alpine:3.21.0 ENV NOKOGIRI_USE_SYSTEM_LIBRARIES=1 ENV BUNDLE_SILENCE_ROOT_WARNING=1