diff --git a/Dockerfile b/Dockerfile index 4d4da8d..cfa0a97 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.17.2 +FROM alpine:3.21.0 WORKDIR /service COPY --from=build /build/aaisp_exporter . ENTRYPOINT ["./aaisp_exporter"] \ No newline at end of file