Merge pull request #394 from ChristianLempa/renovate/docker.io-library-mariadb-11.4.x

This commit is contained in:
Christoph Schug 2024-08-13 00:05:37 +02:00 committed by GitHub
commit a1b852ecc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ volumes:
services:
mariadb:
# (Recommended) replace "latest" with specific version
image: docker.io/library/mariadb:11.4.2
image: docker.io/library/mariadb:11.4.3
# (Optional) remove this section when you don't want to expose
ports:
- 3306:3306