Added python 3.7 in docker image
This commit is contained in:
parent
c7a57ff63f
commit
e9c45e3178
@ -12,7 +12,7 @@ steps:
|
||||
- 'type C:\ProgramData\Amazon\EC2-Windows\Launch\Log\UserdataExecution.log'
|
||||
|
||||
- name: Generate doc
|
||||
image: python
|
||||
image: python:3.7.9
|
||||
commands:
|
||||
- 'pip install --upgrade pip'
|
||||
- 'pip install --upgrade markdown babel'
|
||||
@ -23,7 +23,7 @@ steps:
|
||||
- 'python ..\doc/generator.py'
|
||||
|
||||
- name: Build app
|
||||
image: python
|
||||
image: python:3.7.9
|
||||
commands:
|
||||
- 'python -V'
|
||||
- 'python -m pip install --upgrade pip'
|
||||
|
Loading…
Reference in New Issue
Block a user