更新部分镜像版本

This commit is contained in:
huty 2024-02-05 10:02:43 +08:00 committed by huty
parent 2e4d488295
commit 78948bc57f
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ version: "3.9"
services:
mariadb:
image: mariadb:10.11.5
image: mariadb:10.11.6
container_name: mariadb
hostname: mariadb
restart: always

View File

@ -2,7 +2,7 @@ version: "3.9"
services:
mysql:
image: mysql:5.7.43
image: mysql:5.7.44
container_name: mysql
hostname: mysql
restart: always

View File

@ -2,7 +2,7 @@ version: "3.9"
services:
mysql:
image: mysql:8.0.34
image: mysql:8.0.36
container_name: mysql
hostname: mysql
restart: always

View File

@ -2,7 +2,7 @@ version: "3.9"
services:
portainer:
image: portainer/portainer-ce:2.19.0-alpine
image: portainer/portainer-ce:2.19.4-alpine
container_name: portainer
hostname: portainer
restart: always