29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-17 01:22:48 +00:00

[5.1] Pin Mysql Version to 8.0 (#43419)

This commit is contained in:
Robert Deutz 2024-05-05 21:45:19 +02:00 committed by GitHub
parent b947df6d05
commit e26313a2e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -272,7 +272,7 @@ volumes:
services:
- name: mysql
image: mysql:8
image: mysql:8.0
command: ["--default-authentication-plugin=mysql_native_password"]
environment:
MYSQL_USER: joomla_ut
@ -415,6 +415,6 @@ trigger:
---
kind: signature
hmac: 070b8d44a6bad66956066cf2f6587f8d4726a7d1a5c78a823664458001d90454
hmac: 1dd372065e6179c1afc6c4da95e1bf89b3524489488dd2b0ff228f870f111685
...