Update dependency alpine to v3.16.0

This commit is contained in:
Renovate Bot
2022-06-06 00:11:15 +00:00
parent b72ae30261
commit ee938d3759

View File

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