diff --git a/script/docker/docker-compose.yml b/script/docker/docker-compose.yml index 0fa4f1dd..7f5f5b33 100644 --- a/script/docker/docker-compose.yml +++ b/script/docker/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: mysql: - image: mysql:8.0.31 + image: mysql:8.0.33 container_name: mysql environment: # 时区上海 @@ -29,7 +29,7 @@ services: network_mode: "host" nginx-web: - image: nginx:1.22.1 + image: nginx:1.23.4 container_name: nginx-web environment: # 时区上海 @@ -50,7 +50,7 @@ services: network_mode: "host" redis: - image: redis:6.2.7 + image: redis:6.2.12 container_name: redis ports: - "6379:6379" @@ -67,7 +67,7 @@ services: network_mode: "host" minio: - image: minio/minio:RELEASE.2023-03-24T21-41-23Z + image: minio/minio:RELEASE.2023-04-13T03-08-07Z container_name: minio ports: # api 端口