Skip to content

Commit 2d2e7c6

Browse files
Update image tag for WAF to include versioning
1 parent 6142454 commit 2d2e7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ param enablePrivateNetworking bool = false
127127
param acrName string = 'byocgacontainerreg' // testapwaf
128128

129129
@description('Optional. Image Tag.')
130-
param imageTag string = 'latest_waf'
130+
param imageTag string = 'latest_waf_2025-09-18_736'
131131

132132
@description('Optional. Enable/Disable usage telemetry for module.')
133133
param enableTelemetry bool = true

0 commit comments

Comments
 (0)