From 929034a0b1108b01051599ae3da807a208a907cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 15:03:41 +0200 Subject: [PATCH] Bump alpine from 3.21 to 3.23 (#6) Bumps alpine from 3.21 to 3.23. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index daa02f6..b0dd183 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build \ -a -o wg-ui . # Stage 3: Runtime -FROM alpine:3.21 +FROM alpine:3.23 RUN addgroup -S wgui && adduser -S -D -G wgui wgui RUN apk --no-cache add ca-certificates wireguard-tools iptables