mirror of
https://github.com/nikdoof/aaisp-chaos.git
synced 2025-12-13 06:42:16 +00:00
Update dependency alpine to v3.15.4
This commit is contained in:
@@ -4,7 +4,7 @@ COPY . .
|
||||
RUN go get -d -v .
|
||||
RUN go build -v ./cmd/aaisp_exporter
|
||||
|
||||
FROM alpine:3.15.0
|
||||
FROM alpine:3.15.4
|
||||
WORKDIR /service
|
||||
COPY --from=build /build/aaisp_exporter .
|
||||
ENTRYPOINT ["./aaisp_exporter"]%
|
||||
Reference in New Issue
Block a user