Merge pull request #26 from nikdoof/renovate/alpine-3.x

chore(deps): update alpine docker tag to v3.20.2
This commit is contained in:
2024-07-26 10:57:47 +01:00
committed by GitHub

View File

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