Skip to content

Commit

Permalink
Build docker image against Python 3.8
Browse files Browse the repository at this point in the history
Fixes #355
  • Loading branch information
Vladimir Protasov committed Aug 28, 2020
1 parent 70bc84e commit 3a3c91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-slim
FROM python:3.8-slim

RUN apt-get update && apt-get install -y --no-install-recommends \
gcc \
Expand Down

0 comments on commit 3a3c91a

Please sign in to comment.