diff --git a/Dockerfile b/Dockerfile index 2c29141e..98870151 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.19.0 +FROM alpine:3.19.1 RUN apk add --no-cache iptables ip6tables wireguard-tools curl ENV WG_CONFIG="/config.yaml" ENV WG_STORAGE="sqlite3:///data/db.sqlite3"