diff --git a/Dockerfile b/Dockerfile index 27a20be..4d4da8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY . . RUN go get -d -v . RUN go build -v ./cmd/aaisp_exporter -FROM alpine:3.16.3 +FROM alpine:3.17.2 WORKDIR /service COPY --from=build /build/aaisp_exporter . ENTRYPOINT ["./aaisp_exporter"] \ No newline at end of file