Skip to content

Commit 194273e

Browse files
author
Renovate Self Hosted
committed
Update uselagoon/mysql-8.4 Docker tag to v26.4.0
| datasource | package | from | to | | ---------- | ------------------- | ------ | ------ | | docker | uselagoon/mysql-8.4 | 26.3.0 | 26.4.0 |
1 parent f66d643 commit 194273e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ services:
186186
context: .
187187
dockerfile: .docker/database.dockerfile
188188
args:
189-
IMAGE: "${VORTEX_DB_IMAGE:-uselagoon/mysql-8.4:26.3.0}" # Use custom database image (if defined) or fallback to standard database image.
189+
IMAGE: "${VORTEX_DB_IMAGE:-uselagoon/mysql-8.4:26.4.0}" # Use custom database image (if defined) or fallback to standard database image.
190190
environment:
191191
<<: *default-environment
192192
<<: *default-user
@@ -199,7 +199,7 @@ services:
199199

200200
#;< MIGRATION
201201
database2:
202-
image: "${VORTEX_DB2_IMAGE:-uselagoon/mysql-8.4:26.3.0}" # Use custom database image (if defined) or fallback to standard database image.
202+
image: "${VORTEX_DB2_IMAGE:-uselagoon/mysql-8.4:26.4.0}" # Use custom database image (if defined) or fallback to standard database image.
203203
environment:
204204
<<: *default-environment
205205
MYSQL_DATABASE: drupal

0 commit comments

Comments
 (0)