Merge pull request #252 from cschug/mariadb_no_latest

chore(deps): do not use the `latest` tag for mariadb
This commit is contained in:
Christoph Schug 2024-04-30 18:47:43 +02:00 committed by GitHub
commit b4a17f4401
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:latest
image: docker.io/library/mariadb:10.10.6
# (Optional) remove this section when you don't want to expose
ports:
- 3306:3306