1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Update build.yml

Locking mariaDB version to LTS. See https://github.com/MariaDB/mariadb-docker/issues/512
This commit is contained in:
Patrik J. Braun 2023-06-22 00:32:58 +02:00 committed by GitHub
parent 27380c73c4
commit b5b9bf5596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ jobs:
services:
mariadb:
image: mariadb:latest
image: mariadb:lts
ports:
- 3306
env: