Update dependency alpine to v3.15.4

This commit is contained in:
Renovate Bot
2022-04-24 22:18:58 +00:00
parent a7b272e5da
commit 1c43fa9dc1

View File

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