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 Jun 19, 2024
1 parent f0c4eeb commit 1f062d4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.39.1
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.19
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.8
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.8.1
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.53.0
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.8
volumes:
- ./config.yaml:/etc/promtail/config.yaml:ro
- //var/run/docker.sock:/var/run/docker.sock
Expand Down
2 changes: 1 addition & 1 deletion nginx-proxy-manager/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.4'

services:
nginx-proxy-manager:
image: 'jc21/nginx-proxy-manager:2.10.4'
image: 'jc21/nginx-proxy-manager:2.11.2'
extra_hosts:
- "host.docker.internal:host-gateway"
ports:
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.20.3
ports:
- 127.0.0.1:9003:9000
volumes:
Expand Down

0 comments on commit 1f062d4

Please sign in to comment.