diff --git a/images/Dockerfile b/images/Dockerfile index 49a67cb70f..7ce99e187e 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:20230901 +FROM alpine:20231219 RUN apk update && apk upgrade RUN apk add --no-cache iproute2 net-tools ca-certificates iptables strongswan iptables-legacy && update-ca-certificates RUN apk add wireguard-tools --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community