diff --git a/Dockerfile b/Dockerfile index 8c07b72..ae7be9f 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.3 +FROM docker.io/library/alpine:3.23.4 LABEL org.opencontainers.image.source="https://github.com/dependabot/proxy"