mirror of
https://github.com/nikdoof/aaisp-chaos.git
synced 2025-12-13 06:42:16 +00:00
Merge pull request #16 from nikdoof/renovate/alpine-3.x
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 build -v ./cmd/aaisp_exporter
|
||||
|
||||
FROM alpine:3.16.0
|
||||
FROM alpine:3.16.3
|
||||
WORKDIR /service
|
||||
COPY --from=build /build/aaisp_exporter .
|
||||
ENTRYPOINT ["./aaisp_exporter"]
|
||||
Reference in New Issue
Block a user