From 0a98e3bde382b1b1c9587fdfb69d074424671db5 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sun, 8 Sep 2024 14:11:33 +0200 Subject: [PATCH] [Snyk] Security upgrade alpine from 3.20.2 to 3.20.3 (#1839) fix: Dockerfile-ultra-lite to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 Co-authored-by: snyk-bot --- Dockerfile-ultra-lite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-ultra-lite b/Dockerfile-ultra-lite index 1b2ee76f..6fcb1f50 100644 --- a/Dockerfile-ultra-lite +++ b/Dockerfile-ultra-lite @@ -1,5 +1,5 @@ # use alpine -FROM alpine:3.20.2 +FROM alpine:3.20.3 ARG VERSION_TAG