Update alpine Docker tag to v3.21.0

This commit is contained in:
renovate[bot]
2024-12-06 02:33:12 +00:00
committed by GitHub
parent 088ec1ea4f
commit d969df438f

View File

@@ -4,7 +4,7 @@ COPY . .
RUN go get -d -v .
RUN go build -v ./cmd/aaisp_exporter
FROM alpine:3.17.2
FROM alpine:3.21.0
WORKDIR /service
COPY --from=build /build/aaisp_exporter .
ENTRYPOINT ["./aaisp_exporter"]