Update alpine Docker tag to v3.17.2

This commit is contained in:
renovate[bot]
2023-02-28 11:55:28 +00:00
committed by GitHub
parent 50b7701c77
commit b61f6a14af

View File

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