diff --git a/Dockerfile b/Dockerfile index 6cd5d3c..d13115b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,7 +65,7 @@ RUN readelf -h commit && du -h commit && sha256sum commit && go tool buildid com # For packaging stage, we use minimal(slim) image. # This reduces resulting image size and potential security risks. # @warn dependabot will update image version automatically, but it will not update package versions. -FROM alpine:3.22 +FROM alpine:3.23 # Install dependencies. # * ca-certificates - required for https requests