From 827d5967a338c95e7513ba0ce55939473a22c3e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Dec 2023 19:48:25 +0000 Subject: [PATCH] fix: Dockerfile-3.12 to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-ZLIB-2977082 --- Dockerfile-3.12 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-3.12 b/Dockerfile-3.12 index 2fd509f..6298994 100644 --- a/Dockerfile-3.12 +++ b/Dockerfile-3.12 @@ -1,5 +1,5 @@ # vim:set ft=dockerfile: -FROM alpine:3.12 +FROM alpine:3.18.5 LABEL maintainer="Andrius Kairiukstis "