Skip to content

Commit

Permalink
update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
John Aziz authored and John Aziz committed Jul 19, 2024
1 parent 437a2e9 commit efdeacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efdeacc

Please sign in to comment.