From 434cfe36665c37034d511cc3785e8b16fb2cf1cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Jun 2024 02:39:55 +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..869aa6b 100644 --- a/template/Dockerfile.alpine +++ b/template/Dockerfile.alpine @@ -1,4 +1,4 @@ -FROM alpine:3.12 +FROM alpine:3.17 # If based on official images # FROM __app_owner_slug__/__app_slug__:alpine