From 49aea8f620da35737a680ff9c356d87b474c7d57 Mon Sep 17 00:00:00 2001 From: Felix <8057646+GoliathLabs@users.noreply.github.com> Date: Sun, 19 Jan 2025 19:25:14 +0100 Subject: [PATCH] fix: alpine version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 66c12bf7..2e355bfb 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.6 RUN apk add --no-cache iptables ip6tables wireguard-tools curl ENV WG_CONFIG="/config.yaml" ENV WG_STORAGE="sqlite3:///data/db.sqlite3"