Revert to apline:3.11 to stay on Python 3.7 (3.8 has issues with channels)

This commit is contained in:
Eliot Berriot 2020-02-18 15:19:51 +01:00
commit 14d5b0c69c
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
5 changed files with 39 additions and 5 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.10
RUN \
echo 'installing dependencies' && \