diff --git a/Dockerfile b/Dockerfile index d2162e8..27a20be 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.0 +FROM alpine:3.16.3 WORKDIR /service COPY --from=build /build/aaisp_exporter . ENTRYPOINT ["./aaisp_exporter"] \ No newline at end of file