mirror of
https://github.com/luzifer-docker/awscli.git
synced 2024-11-09 10:50:00 +00:00
Switch to Python 3.6
This commit is contained in:
parent
ae0607f907
commit
424f428b6e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM python:2.7-alpine
|
FROM python:3.6-alpine
|
||||||
|
|
||||||
COPY requirements.txt /tmp/
|
COPY requirements.txt /tmp/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue