mirror of
https://github.com/nikdoof/aaisp-chaos.git
synced 2025-12-13 06:42:16 +00:00
Update alpine Docker tag to v3.17.2
This commit is contained in:
@@ -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.16.3
|
FROM alpine:3.17.2
|
||||||
WORKDIR /service
|
WORKDIR /service
|
||||||
COPY --from=build /build/aaisp_exporter .
|
COPY --from=build /build/aaisp_exporter .
|
||||||
ENTRYPOINT ["./aaisp_exporter"]
|
ENTRYPOINT ["./aaisp_exporter"]
|
||||||
Reference in New Issue
Block a user