diff --git a/Dockerfile b/Dockerfile index 20ed4ea6..58f9d78f 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.20.0 +FROM alpine:3.20.1 RUN apk add --no-cache iptables ip6tables wireguard-tools curl ENV WG_CONFIG="/config.yaml" ENV WG_STORAGE="sqlite3:///data/db.sqlite3"