Update mysql Docker tag

This commit is contained in:
renovate[bot] 2025-07-07 14:15:03 +00:00 committed by GitHub
parent 518b83c1ca
commit c9c9a2d0b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
services:
mysql:
image: mysql:8.0.40
image: mysql:8.0.42
container_name: ${CONTAINER_NAME}
restart: always
environment:

View File

@ -1,6 +1,6 @@
services:
mysql:
image: mysql:8.4.3
image: mysql:8.4.5
container_name: ${CONTAINER_NAME}
restart: always
environment:

View File

@ -16,7 +16,7 @@ services:
- MYSQL_PASSWORD=${PANEL_DB_USER_PASSWORD}
- MYSQL_ROOT_PASSWORD=${MYSQL_PASSWORD}
command: --character-set-server=utf8 --collation-server=utf8_bin --default-authentication-plugin=mysql_native_password
image: mysql:8.0.36
image: mysql:8.4.5
labels:
createdBy: Apps

View File

@ -16,7 +16,7 @@ services:
- MYSQL_PASSWORD=${PANEL_DB_USER_PASSWORD}
- MYSQL_ROOT_PASSWORD=${MYSQL_PASSWORD}
command: --character-set-server=utf8 --collation-server=utf8_bin --default-authentication-plugin=mysql_native_password
image: mysql:8.0.33
image: mysql:8.4.5
labels:
createdBy: Apps