Skip to content

Commit cf06e63

Browse files
committed
US Gov regions only support Python 3.7 for some reason
Signed-off-by: Wesley Pettit <[email protected]>
1 parent 4010655 commit cf06e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec_sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 0.2
22
phases:
33
install:
44
runtime-versions:
5-
python: 3.x
5+
python: 3.7
66
pre_build:
77
commands:
88
- echo Sync latest image from Dockerhub

0 commit comments

Comments
 (0)