mirror of
https://github.com/nikdoof/hg612-exporter.git
synced 2025-12-13 10:22:14 +00:00
chore(deps): update alpine docker tag to v3.16.3
This commit is contained in:
@@ -4,7 +4,7 @@ COPY . .
|
|||||||
RUN go get -d -v .
|
RUN go get -d -v .
|
||||||
RUN go build -v -o hg612-exporter .
|
RUN go build -v -o hg612-exporter .
|
||||||
|
|
||||||
FROM alpine:3.16.0
|
FROM alpine:3.16.3
|
||||||
WORKDIR /service
|
WORKDIR /service
|
||||||
COPY --from=build /build/hg612-exporter .
|
COPY --from=build /build/hg612-exporter .
|
||||||
ENTRYPOINT ["./hg612-exporter"]
|
ENTRYPOINT ["./hg612-exporter"]
|
||||||
Reference in New Issue
Block a user