diff --git a/Dockerfile b/Dockerfile index 6ef9303..162d7c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN apk add --update --no-cache gcc musl-dev upx && \ # ============================================================================ -FROM docker.io/library/alpine:3.23.4 +FROM docker.io/library/alpine:3.24.0 LABEL org.opencontainers.image.source="https://github.com/dependabot/proxy"