diff --git a/examples/adminer/compose.yaml b/examples/adminer/compose.yaml index bc69cec..9a82ce1 100644 --- a/examples/adminer/compose.yaml +++ b/examples/adminer/compose.yaml @@ -2,7 +2,7 @@ version: "3.9" services: adminer: - image: adminer:5.1.0 + image: adminer:5.3.0 container_name: adminer hostname: adminer restart: always diff --git a/examples/drawio/compose.yaml b/examples/drawio/compose.yaml index dbf7f5f..ebb5f47 100644 --- a/examples/drawio/compose.yaml +++ b/examples/drawio/compose.yaml @@ -2,7 +2,7 @@ version: "3.9" services: drawio: - image: jgraph/drawio:26.2.2 + image: jgraph/drawio:27.0.9 container_name: drawio hostname: drawio restart: always @@ -27,7 +27,7 @@ services: environment: - DRAWIO_SERVER_URL="drawio:8080" plantuml-server: - image: plantuml/plantuml-server:v1.2025.2 + image: plantuml/plantuml-server:v1.2025.3 container_name: plantuml-server restart: always networks: diff --git a/examples/mariadb/10/compose/compose.yaml b/examples/mariadb/10/compose/compose.yaml index b2c81da..03ea382 100644 --- a/examples/mariadb/10/compose/compose.yaml +++ b/examples/mariadb/10/compose/compose.yaml @@ -2,7 +2,7 @@ version: "3.9" services: mariadb: - image: mariadb:10.11.11 + image: mariadb:10.11.13 container_name: mariadb hostname: mariadb restart: always diff --git a/examples/mariadb/10/stack/compose.yaml b/examples/mariadb/10/stack/compose.yaml index bd49997..a814ff8 100644 --- a/examples/mariadb/10/stack/compose.yaml +++ b/examples/mariadb/10/stack/compose.yaml @@ -2,7 +2,7 @@ version: "3.9" services: mariadb: - image: mariadb:10.11.11 + image: mariadb:10.11.13 container_name: mariadb hostname: mariadb restart: always diff --git a/examples/mysql/8/compose/compose.yaml b/examples/mysql/8/compose/compose.yaml index 4682151..dea90e9 100644 --- a/examples/mysql/8/compose/compose.yaml +++ b/examples/mysql/8/compose/compose.yaml @@ -2,7 +2,7 @@ version: "3.9" services: mysql: - image: mysql:8.0.41 + image: mysql:8.0.42 container_name: mysql hostname: mysql restart: always diff --git a/examples/mysql/8/stack/compose.yaml b/examples/mysql/8/stack/compose.yaml index eb6fd9e..65772fe 100644 --- a/examples/mysql/8/stack/compose.yaml +++ b/examples/mysql/8/stack/compose.yaml @@ -2,7 +2,7 @@ version: "3.9" services: mysql: - image: mysql:8.0.41 + image: mysql:8.0.42 container_name: mysql hostname: mysql restart: always diff --git a/examples/portainer/compose.yaml b/examples/portainer/compose.yaml index 1f153d5..143658c 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.28.1-alpine + image: portainer/portainer-ce:2.30.1-alpine container_name: portainer hostname: portainer restart: always