From 0a9040fd99ebe97d358c5a7767d4b50b9be75c3b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 18:39:52 +0000 Subject: [PATCH] fix: Dockerfile-3.11 to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-ZLIB-2977081 --- Dockerfile-3.11 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-3.11 b/Dockerfile-3.11 index 281360c..6298994 100644 --- a/Dockerfile-3.11 +++ b/Dockerfile-3.11 @@ -1,5 +1,5 @@ # vim:set ft=dockerfile: -FROM alpine:3.11 +FROM alpine:3.18.5 LABEL maintainer="Andrius Kairiukstis "