From 31e9c17d8ad51fbf85e71e3e3df9f1e3b5d94745 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Jul 2024 03:04:56 +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..5bc0e3e 100644 --- a/images/1.0/alpine/Dockerfile +++ b/images/1.0/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.12 +FROM alpine:3.19 # If based on official images # FROM __app_owner_slug__/__app_slug__:alpine