From 4b25dfa31bac2a9b7540c9e60bde4ee60a823060 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Jun 2024 23:58:47 +0000 Subject: [PATCH] fix: template/Dockerfile.alpine to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-ZLIB-2977082 --- template/Dockerfile.alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/Dockerfile.alpine b/template/Dockerfile.alpine index f622436..f45a12a 100644 --- a/template/Dockerfile.alpine +++ b/template/Dockerfile.alpine @@ -1,4 +1,4 @@ -FROM alpine:3.12 +FROM alpine:3 # If based on official images # FROM __app_owner_slug__/__app_slug__:alpine