diff --git a/Dockerfile b/Dockerfile index dbfb555..91c6a4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM golang:1.21.4 +FROM golang:1.21.5 COPY ./ /exporter/ WORKDIR /exporter RUN make build-linux -FROM alpine:3.18.5 +FROM alpine:3.19.0 RUN apk add --no-cache ca-certificates COPY --from=0 /exporter/bin/linux_amd64/aws-apigateway-exporter \ /bin/aws-apigateway-exporter