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

chore(deps): update dependency alpine to v3.15.4
This commit is contained in:
2022-05-05 13:38:09 +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.15.0
FROM alpine:3.15.4
WORKDIR /service
COPY --from=build /build/hg612-exporter .
ENTRYPOINT ["./hg612-exporter"]