chore(deps): update alpine docker tag to v3.17.2

This commit is contained in:
renovate[bot]
2023-02-28 14:12:50 +00:00
committed by GitHub
parent d0172e19e1
commit 3c0d5ab230

View File

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