diff --git a/Dockerfile b/Dockerfile index b18c103..9cb171c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.1 +FROM golang:1.21.3 COPY ./ /exporter/ WORKDIR /exporter RUN make build-linux