Skip to content

Commit

Permalink
Merge pull request #390 from TPXP/patch-1
Browse files Browse the repository at this point in the history
enh(Dockerfile): bump alpine repos used to install dependencies
  • Loading branch information
squat authored Jun 27, 2024
2 parents 0122dec + 3b370bd commit 66b81d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
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
Expand Down

0 comments on commit 66b81d5

Please sign in to comment.