Skip to content

Commit

Permalink
enh(Dockerfile): bump alpine repos used to install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TPXP authored Jun 27, 2024
1 parent 0122dec commit 3b370bd
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 3b370bd

Please sign in to comment.