Skip to content

Commit e6fc37f

Browse files
authored
Merge pull request #100932 from cephalin/issue45766
#45766
2 parents d356c4a + 85695eb commit e6fc37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/containers/how-to-configure-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ az webapp config set --resource-group <resource-group-name> --name <app-name> --
4646

4747
## Container characteristics
4848

49-
Python apps deployed to App Service on Linux run within a Docker container that's defined in the GitHub repository, [Python 3.6](https://github.com/Azure-App-Service/python/tree/master/3.6.6) or [Python 3.7](https://github.com/Azure-App-Service/python/tree/master/3.7.0).
49+
Python apps deployed to App Service on Linux run within a Docker container that's defined in the [App Service Python GitHub repository](https://github.com/Azure-App-Service/python). You can find the image configurations inside the version-specific directories.
5050

5151
This container has the following characteristics:
5252

0 commit comments

Comments
 (0)