diff --git a/Dockerfile b/Dockerfile index d3fd0e9..b9a2bc0 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.15.0 +FROM alpine:3.15.4 WORKDIR /service COPY --from=build /build/aaisp_exporter . ENTRYPOINT ["./aaisp_exporter"]% \ No newline at end of file