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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-04-23 15:03:41 +02:00 committed by GitHub
parent 5af5973b11
commit 929034a0b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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