Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent f2af967 commit e2e5d4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.nginx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:mainline AS builder
FROM nginx:mainline@sha256:5473310a448fa874f3c944e0f98a79cc6c20ed39723141268bf91cc261dc48c4 AS builder

# Install necessary build tools
RUN apt-get update && apt-get install -y wget build-essential libpcre3-dev zlib1g-dev libssl-dev
Expand All @@ -16,7 +16,7 @@ RUN cd nginx-$NGINX_VERSION && \
./configure --with-compat --add-dynamic-module=../nginx-module-vts-0.2.2 && \
make modules

FROM nginx:mainline
FROM nginx:mainline@sha256:5473310a448fa874f3c944e0f98a79cc6c20ed39723141268bf91cc261dc48c4

# Copy the compiled module
COPY --from=builder /nginx-$NGINX_VERSION/objs/ngx_http_vhost_traffic_status_module.so /usr/lib/nginx/modules/
Expand Down
6 changes: 3 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
nginx-exporter:
<<: *base
container_name: nginx-exporter
image: nginx/nginx-prometheus-exporter
image: nginx/nginx-prometheus-exporter@sha256:6477cf3bddc4e042d3496856fb2e8e382301bac47fb18cb83924389717261cb1
command:
- -nginx.scrape-uri=http://nginx/metrics
ports:
Expand All @@ -44,7 +44,7 @@ services:
prometheus:
<<: *base
container_name: prometheus
image: prom/prometheus
image: prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94
ports:
- "9090:9090"
volumes:
Expand All @@ -55,7 +55,7 @@ services:
grafana:
<<: *base
container_name: grafana
image: grafana/grafana
image: grafana/grafana@sha256:464eac539793a183381ae198cb3bfcee137f17888ee192b8ac1ae2e867f72a9d
ports:
- "3000:3000"
volumes:
Expand Down

0 comments on commit e2e5d4f

Please sign in to comment.