Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG GIT_COMMIT
#
# Stage 1: Build & Dependency Extraction
#
FROM docker.io/node:24.14.0-alpine AS build
FROM docker.io/node:24.14.1-alpine AS build

ARG APP_ROOT APP_UID
ENV NPM_CONFIG_FUND=false NPM_CONFIG_UPDATE_NOTIFIER=false
Expand Down
2 changes: 1 addition & 1 deletion infra/core/modules/appservice/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.65.0"
version = "4.66.0"
}
}
}
2 changes: 1 addition & 1 deletion infra/core/modules/chisel/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.65.0"
version = "4.66.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion infra/core/modules/frontdoor/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.65.0"
version = "4.66.0"
}
}
}
2 changes: 1 addition & 1 deletion infra/core/modules/monitoring/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.65.0"
version = "4.66.0"
}
}
}
4 changes: 2 additions & 2 deletions infra/core/modules/network/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.65.0"
version = "4.66.0"
}
azapi = {
source = "Azure/azapi"
version = "2.8.0"
version = "2.9.0"
}
}
}
4 changes: 2 additions & 2 deletions infra/core/modules/postgresql/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.65.0"
version = "4.66.0"
}
azapi = {
source = "Azure/azapi"
version = "2.8.0"
version = "2.9.0"
}
null = {
source = "hashicorp/null"
Expand Down
2 changes: 1 addition & 1 deletion infra/core/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.65.0"
version = "4.66.0"
}
}
}
2 changes: 1 addition & 1 deletion infra/instance/modules/api/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.65.0"
version = "4.66.0"
}
}
}
4 changes: 2 additions & 2 deletions infra/instance/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ terraform {
required_providers {
azapi = {
source = "Azure/azapi"
version = "2.8.0"
version = "2.9.0"
}
azurerm = {
source = "hashicorp/azurerm"
version = "4.65.0"
version = "4.66.0"
}
}
}
Loading