mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 08:13:18 +01:00
chore(deps): do not use the latest
tag for mariadb
Deliberately we do not set the most recent release version here in order to test the Renovate changes done in #247.
This commit is contained in:
parent
45093bcef4
commit
1da52bf138
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user