From 5fbfa7e2b6c6165797f273c8453c224059f708f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Mar 2023 15:52:34 +0000 Subject: [PATCH] fix: images/1.0/alpine/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-ZLIB-2977082 --- images/1.0/alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/1.0/alpine/Dockerfile b/images/1.0/alpine/Dockerfile index d4049f9..1147bfc 100644 --- a/images/1.0/alpine/Dockerfile +++ b/images/1.0/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.12 +FROM alpine:3.14 # If based on official images # FROM __app_owner_slug__/__app_slug__:alpine