diff --git a/Dockerfile b/Dockerfile index 53a8a370..66c12bf7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN go generate buildinfo/buildinfo.go RUN go build -o wg-access-server ### Server -FROM alpine:3.21.0 +FROM alpine:3.19.0 RUN apk add --no-cache iptables ip6tables wireguard-tools curl ENV WG_CONFIG="/config.yaml" ENV WG_STORAGE="sqlite3:///data/db.sqlite3"