Skip to content

Commit

Permalink
chore(#80): pin docker images versions to current versions used
Browse files Browse the repository at this point in the history
  • Loading branch information
m5r committed Aug 30, 2023
1 parent 18c1a75 commit 928f42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ volumes:

services:
prometheus:
image: prom/prometheus:${PROMETHEUS_VERSION:-v2.44.0}
image: prom/prometheus:${PROMETHEUS_VERSION:-v2.46.0}
command:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--storage.tsdb.path=/prometheus'
Expand All @@ -34,7 +34,7 @@ services:
restart: always

grafana:
image: grafana/grafana-oss:${GRAFANA_VERSION:-9.5.3}
image: grafana/grafana-oss:${GRAFANA_VERSION:-10.0.3}
ports:
- "${GRAFANA_BIND:-127.0.0.1}:${GRAFANA_PORT:-3000}:3000"
volumes:
Expand Down

0 comments on commit 928f42f

Please sign in to comment.