From efdeacceb5388cff3efa1ffef10fa64ae16fd303 Mon Sep 17 00:00:00 2001 From: John Aziz Date: Fri, 19 Jul 2024 17:03:11 +0300 Subject: [PATCH] update python version --- infra/main.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/main.bicep b/infra/main.bicep index 06f4f5e..5ba8416 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -153,7 +153,7 @@ module web 'core/host/appservice.bicep' = { appServicePlanId: appServicePlan.outputs.id appCommandLine: 'entrypoint.sh' runtimeName: 'python' - runtimeVersion: '3.10' + runtimeVersion: '3.12' scmDoBuildDuringDeployment: true ftpsState: 'Disabled' managedIdentity: true