diff --git a/images/Dockerfile b/images/Dockerfile index ebc604bf4..70279e0a1 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -25,7 +25,7 @@ RUN export GOOS=$(xx-info os) &&\ export ARCH=$(xx-info arch) &&\ make build -FROM alpine:20240329 +FROM alpine:20240606 RUN apk update && apk upgrade RUN apk add --no-cache iproute2 ca-certificates nftables iptables strongswan iptables-legacy && update-ca-certificates RUN apk add wireguard-tools --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community