diff --git a/Dockerfile b/Dockerfile index 19c72b7..8e4b681 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN go mod download COPY . . RUN export CGO_ENABLED=0 && make build -FROM alpine:3.22.2 +FROM alpine:3.23.2 RUN apk add --no-cache --update bash curl jq ca-certificates tini python3 RUN mkdir /script_exporter COPY --from=build /script_exporter/bin/script_exporter /script_exporter