diff --git a/Dockerfile b/Dockerfile index 9c613d9a..4da51cd6 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.18.3 +FROM alpine:3.18.5 RUN apk add --no-cache iptables ip6tables wireguard-tools curl ENV WG_CONFIG="/config.yaml" ENV WG_STORAGE="sqlite3:///data/db.sqlite3"