Skip to content

Commit

Permalink
bump docker version (#7893)
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 authored Jul 11, 2024
1 parent 21d3d88 commit 7c52cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/services/metabase/service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ resource "azurerm_linux_web_app" "metabase" {

application_stack {
docker_image = "metabase/metabase"
docker_image_tag = "v0.44.7.1"
docker_image_tag = "v0.50.10"
}
}

Expand Down

0 comments on commit 7c52cdc

Please sign in to comment.