Browse Source

Version pin python to 3.4

pull/118/head
Vincent De Smet 8 years ago
parent
commit
964ab2ed3d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:3.4-alpine
# Caching layer with bash, tini, UWSGI and mysql / pg clients
RUN set -ex \


Loading…
Cancel
Save