File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments