From 3b370bddb65d6b85b73c0503876cc11f57f9db4a Mon Sep 17 00:00:00 2001 From: Thomas P Date: Thu, 27 Jun 2024 18:09:57 +0200 Subject: [PATCH] enh(Dockerfile): bump alpine repos used to install dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0869b8fa..028c9d29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apk add --no-cache curl && \ FROM $FROM ARG GOARCH -ARG ALPINE_VERSION=v3.12 +ARG ALPINE_VERSION=v3.20 LABEL maintainer="squat " RUN echo -e "https://alpine.global.ssl.fastly.net/alpine/$ALPINE_VERSION/main\nhttps://alpine.global.ssl.fastly.net/alpine/$ALPINE_VERSION/community" > /etc/apk/repositories && \ apk add --no-cache ipset iptables ip6tables graphviz font-noto