Skip to content

Commit

Permalink
Update mariadb Docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent 7c48b62 commit 01868a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- ../..:/workspaces:cached
database:
container_name: Database
image: mariadb:11.0
image: mariadb:11.6
restart: always
ports:
- 3306:3306
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/tfb-dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ resource "kubernetes_pod" "tfb-network-db" {
spec {
container {
name = "tfb-network-db"
image = "mariadb:10"
image = "mariadb:11"
port {
container_port = 3306
}
Expand Down

0 comments on commit 01868a8

Please sign in to comment.