From eeb9d18dd876f5f1a3a64aed44b64153472da0fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Oct 2025 18:02:17 +0000 Subject: [PATCH] fix: dockerfiles/app.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-MUSL-8720633 - https://snyk.io/vuln/SNYK-ALPINE317-MUSL-8720633 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-8235199 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-8235199 --- dockerfiles/app.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/app.Dockerfile b/dockerfiles/app.Dockerfile index b4c6e1d..d51a3a4 100644 --- a/dockerfiles/app.Dockerfile +++ b/dockerfiles/app.Dockerfile @@ -1,5 +1,5 @@ # Use the penultimate stable version of Alpine as the base image -FROM alpine:3.17 +FROM alpine:3.18.12 # Pass each application path ARG APP_PATH