Skip to content

Commit

Permalink
Merge pull request #241 from ggogel/renovate/mariadb-10.11.x
Browse files Browse the repository at this point in the history
Update mariadb Docker tag to v10.11.8
  • Loading branch information
ggogel authored May 28, 2024
2 parents 3acc008 + 87f7d8f commit 79f577a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion compose/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
restart: unless-stopped

db:
image: mariadb:10.11.7
image: mariadb:10.11.8
environment:
- MYSQL_ROOT_PASSWORD=db_dev
- MYSQL_LOG_CONSOLE=true
Expand Down
2 changes: 1 addition & 1 deletion compose/docker-compose-kompose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
restart: always

db:
image: mariadb:10.11.7
image: mariadb:10.11.8
environment:
- MYSQL_ROOT_PASSWORD=db_dev
- MYSQL_LOG_CONSOLE=true
Expand Down
2 changes: 1 addition & 1 deletion compose/docker-compose-swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
endpoint_mode: dnsrr

db:
image: mariadb:10.11.7
image: mariadb:10.11.8
environment:
- MYSQL_ROOT_PASSWORD=db_dev
- MYSQL_LOG_CONSOLE=true
Expand Down
2 changes: 1 addition & 1 deletion compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
restart: unless-stopped

db:
image: mariadb:10.11.7
image: mariadb:10.11.8
environment:
- MYSQL_ROOT_PASSWORD=db_dev
- MYSQL_LOG_CONSOLE=true
Expand Down
2 changes: 1 addition & 1 deletion k8s/db-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
value: "true"
- name: MYSQL_ROOT_PASSWORD
value: db_dev
image: mariadb:10.11.7
image: mariadb:10.11.8
name: db
ports:
- containerPort: 3306
Expand Down

0 comments on commit 79f577a

Please sign in to comment.