From 78948bc57f37e6ddf6395e68a1a447fd1c2629b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=A4=A9=E5=9E=9A?= Date: Mon, 5 Feb 2024 10:02:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=83=A8=E5=88=86=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/mariadb/10/compose.yaml | 2 +- examples/mysql/5/compose.yaml | 2 +- examples/mysql/8/compose.yaml | 2 +- examples/portainer/compose.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/mariadb/10/compose.yaml b/examples/mariadb/10/compose.yaml index e22b7eb..5bd7dca 100644 --- a/examples/mariadb/10/compose.yaml +++ b/examples/mariadb/10/compose.yaml @@ -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 diff --git a/examples/mysql/5/compose.yaml b/examples/mysql/5/compose.yaml index 202f678..5198af8 100644 --- a/examples/mysql/5/compose.yaml +++ b/examples/mysql/5/compose.yaml @@ -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 diff --git a/examples/mysql/8/compose.yaml b/examples/mysql/8/compose.yaml index b4578d6..934b87e 100644 --- a/examples/mysql/8/compose.yaml +++ b/examples/mysql/8/compose.yaml @@ -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 diff --git a/examples/portainer/compose.yaml b/examples/portainer/compose.yaml index 7e48711..e1965c3 100644 --- a/examples/portainer/compose.yaml +++ b/examples/portainer/compose.yaml @@ -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