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

Update dependency alpine to v3.16.0
This commit is contained in:
2022-07-16 12:15:58 +01:00
committed by GitHub

View File

@@ -4,7 +4,7 @@ COPY . .
RUN go get -d -v .
RUN go build -v ./cmd/aaisp_exporter
FROM alpine:3.15.4
FROM alpine:3.16.0
WORKDIR /service
COPY --from=build /build/aaisp_exporter .
ENTRYPOINT ["./aaisp_exporter"]%