Skip to content

Commit

Permalink
feat: support python 3.8
Browse files Browse the repository at this point in the history
Update to the Python 3.8.0 image, and also switch to the alpine base so
that downloads of this action are faster.

Fixes #2
  • Loading branch information
abatilo committed Oct 28, 2019
1 parent 647e3d2 commit e990e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM python:3.7.4-stretch
FROM python:3.8.0-alpine3.10

RUN pip install poetry==0.12.17

Expand Down

0 comments on commit e990e30

Please sign in to comment.