Jelajahi Sumber

Merge pull request #390 from TPXP/patch-1

enh(Dockerfile): bump alpine repos used to install dependencies
Lucas Servén Marín 1 tahun lalu
induk
melakukan
66b81d579a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Dockerfile

+ 1 - 1
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 <lserven@gmail.com>"
 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