more docker image bumps

This commit is contained in:
Ariel Rin 2023-06-03 17:32:30 +10:00
parent f36f824a4b
commit 55c188f2d0
No known key found for this signature in database

View File

@ -17,7 +17,7 @@ services:
restart: unless-stopped restart: unless-stopped
nginx: nginx:
image: nginx:1.23 image: nginx:1.25
restart: always restart: always
volumes: volumes:
- ./conf/nginx.conf:/etc/nginx/conf.d/default.conf - ./conf/nginx.conf:/etc/nginx/conf.d/default.conf
@ -52,7 +52,7 @@ services:
- auth_mysql - auth_mysql
grafana: grafana:
image: grafana/grafana-oss:9.5.1 image: grafana/grafana-oss:9.5.2
restart: always restart: always
depends_on: depends_on:
- auth_mysql - auth_mysql