1
0
Fork 0

feat: mysql 升级版本 8.0.30 -> 8.0.33 (#130)

This commit is contained in:
zhengkunwang223 2023-06-02 17:45:54 +08:00 committed by GitHub
parent e278c98a30
commit 29fc54cf02
3 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: '3'
services: services:
mysql: mysql:
image: mysql:8.0.30 image: mysql:8.0.33
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
environment: environment: