From 20c2d6faff1e3ddaf080679196c1357689642d20 Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 21 Jul 2026 23:28:20 +0200 Subject: [PATCH] chore: update alpine image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c34d996..b920ef1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,7 +50,7 @@ COPY --from=builder /build/dist/wg-portal / ###### # Final image ###### -FROM alpine:3.23 +FROM alpine:3.24 # Install OS-level dependencies RUN apk add --no-cache bash curl iptables nftables openresolv wireguard-tools tzdata # Setup timezone