Skip to content

Commit 181e36d

Browse files
committed
chore: bump swa modules
1 parent 4f50963 commit 181e36d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ module burgerApiAppServicePlan 'br/public:avm/res/web/serverfarm:0.4.1' = {
191191
}
192192
}
193193

194-
module burgerWebapp 'br/public:avm/res/web/static-site:0.9.0' = {
194+
module burgerWebapp 'br/public:avm/res/web/static-site:0.9.3' = {
195195
name: 'burger-webapp'
196196
scope: resourceGroup
197197
params: {
@@ -290,7 +290,7 @@ module agentApiAppServicePlan 'br/public:avm/res/web/serverfarm:0.4.1' = {
290290
}
291291
}
292292

293-
module agentWebapp 'br/public:avm/res/web/static-site:0.9.0' = {
293+
module agentWebapp 'br/public:avm/res/web/static-site:0.9.3' = {
294294
name: 'agent-webapp'
295295
scope: resourceGroup
296296
params: {

0 commit comments

Comments
 (0)