diff --git a/infrastructure/registry.bicep b/infrastructure/registry.bicep index a13abbf..2192303 100644 --- a/infrastructure/registry.bicep +++ b/infrastructure/registry.bicep @@ -4,7 +4,7 @@ targetScope = 'resourceGroup' param context Context -resource registry 'Microsoft.ContainerRegistry/registries@2023-07-01' = { +resource registry 'Microsoft.ContainerRegistry/registries@2025-04-01' = { name: 'acr${context.locationAbbreviation}${context.environment}${context.projectName}' location: context.location sku: {