Skip to content

Commit

Permalink
Pin MariaDB Server version so we are in control of upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru committed Nov 27, 2024
1 parent 7950a2e commit 6b68cd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---
services:
mariadb:
image: mariadb:10.11
image: mariadb:10.11.10
restart: unless-stopped
container_name: mariadb
hostname: mariadb
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/generate-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
---
services:
mariadb:
image: mariadb:10.11
image: mariadb:10.11.10
restart: unless-stopped
container_name: mariadb
hostname: mariadb
Expand Down

0 comments on commit 6b68cd2

Please sign in to comment.