Skip to content

Commit

Permalink
deps: update Prometheus NGINX exporter to version 1.0.0 (#1557)
Browse files Browse the repository at this point in the history
  • Loading branch information
jometzner authored Dec 18, 2023
1 parent 0904c9e commit 0897afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ADD https://github.com/hairyhenderson/gomplate/releases/download/v3.8.0/gomplate
RUN chmod 700 /gomplate
ADD https://github.com/FiloSottile/mkcert/releases/download/v1.4.4/mkcert-v1.4.4-linux-amd64 /usr/bin/mkcert
RUN chmod 700 /usr/bin/mkcert
COPY --from=nginx/nginx-prometheus-exporter:0.11.0 /usr/bin/nginx-prometheus-exporter /nginx-prometheus-exporter
COPY --from=nginx/nginx-prometheus-exporter:1.0.0 /usr/bin/nginx-prometheus-exporter /nginx-prometheus-exporter
ENV CACHE=on
ENV COMPRESSION=on
ENV DEVICE_DETECTION=on
Expand Down

0 comments on commit 0897afd

Please sign in to comment.