From 527dc092c20d5557d90ab29c444004ed45fac885 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Mar 2023 23:55:36 +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..1ace7ef 100644 --- a/template/Dockerfile.alpine +++ b/template/Dockerfile.alpine @@ -1,4 +1,4 @@ -FROM alpine:3.12 +FROM alpine:3.16 # If based on official images # FROM __app_owner_slug__/__app_slug__:alpine