Skip to content

Commit b0c98d4

Browse files
committed
Lock MariaDB to bionic image.
(cherry picked from commit 185d53d)
1 parent da90831 commit b0c98d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
image: 'mariadb:10.2'
204204
unsupportedFeatures: 'Ed25519,Json,Sha256Password,CachingSha2Password,RoundDateTime,UuidToBin'
205205
'MariaDB 10.3':
206-
image: 'mariadb:10.3'
206+
image: 'mariadb:10.3-bionic'
207207
unsupportedFeatures: 'Ed25519,Json,Sha256Password,CachingSha2Password,RoundDateTime,UuidToBin'
208208
'MariaDB 10.4':
209209
image: 'mariadb:10.4.12'

0 commit comments

Comments
 (0)