From 7ff6bad8926bf7de6265ee51b708546693ac30ab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Jan 2024 22:01:30 +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..7d9413b 100644 --- a/Dockerfile-3.11 +++ b/Dockerfile-3.11 @@ -1,5 +1,5 @@ # vim:set ft=dockerfile: -FROM alpine:3.11 +FROM alpine:3.16 LABEL maintainer="Andrius Kairiukstis "