diff --git a/Dockerfile b/Dockerfile index a5eb820..e22dc6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="\ -X 'github.com/prometheus/common/version.BuildDate=$( date '+%F %H-%M-%S' )'\ " . -FROM alpine:3.21.1 +FROM alpine:3.21.2 COPY --from=builder /src/docker_service_exporter /bin/docker_service_exporter