diff --git a/Dockerfile b/Dockerfile index 12e2e6b..6a90a45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/infra/core/modules/appservice/terraform.tf b/infra/core/modules/appservice/terraform.tf index f8c3037..929a2f1 100644 --- a/infra/core/modules/appservice/terraform.tf +++ b/infra/core/modules/appservice/terraform.tf @@ -3,7 +3,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.65.0" + version = "4.66.0" } } } diff --git a/infra/core/modules/chisel/terraform.tf b/infra/core/modules/chisel/terraform.tf index 6096bb2..e549950 100644 --- a/infra/core/modules/chisel/terraform.tf +++ b/infra/core/modules/chisel/terraform.tf @@ -3,7 +3,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.65.0" + version = "4.66.0" } random = { source = "hashicorp/random" diff --git a/infra/core/modules/frontdoor/terraform.tf b/infra/core/modules/frontdoor/terraform.tf index f8c3037..929a2f1 100644 --- a/infra/core/modules/frontdoor/terraform.tf +++ b/infra/core/modules/frontdoor/terraform.tf @@ -3,7 +3,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.65.0" + version = "4.66.0" } } } diff --git a/infra/core/modules/monitoring/terraform.tf b/infra/core/modules/monitoring/terraform.tf index f8c3037..929a2f1 100644 --- a/infra/core/modules/monitoring/terraform.tf +++ b/infra/core/modules/monitoring/terraform.tf @@ -3,7 +3,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.65.0" + version = "4.66.0" } } } diff --git a/infra/core/modules/network/terraform.tf b/infra/core/modules/network/terraform.tf index c2560ae..e70cb6b 100644 --- a/infra/core/modules/network/terraform.tf +++ b/infra/core/modules/network/terraform.tf @@ -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" } } } diff --git a/infra/core/modules/postgresql/terraform.tf b/infra/core/modules/postgresql/terraform.tf index 3329093..9efc798 100644 --- a/infra/core/modules/postgresql/terraform.tf +++ b/infra/core/modules/postgresql/terraform.tf @@ -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" diff --git a/infra/core/terraform.tf b/infra/core/terraform.tf index f8c3037..929a2f1 100644 --- a/infra/core/terraform.tf +++ b/infra/core/terraform.tf @@ -3,7 +3,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.65.0" + version = "4.66.0" } } } diff --git a/infra/instance/modules/api/terraform.tf b/infra/instance/modules/api/terraform.tf index f8c3037..929a2f1 100644 --- a/infra/instance/modules/api/terraform.tf +++ b/infra/instance/modules/api/terraform.tf @@ -3,7 +3,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.65.0" + version = "4.66.0" } } } diff --git a/infra/instance/terraform.tf b/infra/instance/terraform.tf index 02efd15..0877b2b 100644 --- a/infra/instance/terraform.tf +++ b/infra/instance/terraform.tf @@ -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" } } }