Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent c27c7b4 commit cf0fcf1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion backup/make-backup/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2.4'
services:

make-backup:
image: offen/docker-volume-backup:v2.25.1
image: offen/docker-volume-backup:v2.33.2
env_file:
- ./backup.env
volumes:
Expand Down
2 changes: 1 addition & 1 deletion logging/grafana/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2.4'

services:
grafana:
image: grafana/grafana:9.3.6
image: grafana/grafana:9.5.14
env_file:
- ../.env
ports:
Expand Down
2 changes: 1 addition & 1 deletion logging/loki/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.4'

services:
loki:
image: grafana/loki:2.7.1
image: grafana/loki:2.9.2
volumes:
- ./configs:/etc/loki
command: "-config.file=/etc/loki/config.yaml -config.expand-env=true"
Expand Down
2 changes: 1 addition & 1 deletion logging/node-exporter/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.4'

services:
node-exporter:
image: prom/node-exporter:v1.6.1
image: prom/node-exporter:v1.7.0
volumes:
- /proc:/host/proc:ro
- /sys:/host/sys:ro
Expand Down
2 changes: 1 addition & 1 deletion logging/prometheus/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.4'

services:
prometheus:
image: prom/prometheus:v2.47.1
image: prom/prometheus:v2.47.2
volumes:
- ./prometheus.yml:/etc/prometheus/prometheus.yml
- prometheus_data:/prometheus
Expand Down
2 changes: 1 addition & 1 deletion logging/promtail/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.4'

services:
promtail:
image: grafana/promtail:2.7.1
image: grafana/promtail:2.9.2
volumes:
- ./config.yaml:/etc/promtail/config.yaml:ro
- //var/run/docker.sock:/var/run/docker.sock
Expand Down
2 changes: 1 addition & 1 deletion portainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.4'

services:
portainer:
image: portainer/portainer-ce:2.19.0
image: portainer/portainer-ce:2.19.2
ports:
- 127.0.0.1:9003:9000
volumes:
Expand Down

0 comments on commit cf0fcf1

Please sign in to comment.