Update alpine Docker tag to v3.16.3

This commit is contained in:
renovate[bot]
2022-11-20 17:29:33 +00:00
committed by GitHub
parent 10ac1d13b9
commit 8a35e17233

View File

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