mirror of
https://github.com/pinry/pinry.git
synced 2026-02-08 15:37:16 +01:00
Fix: python3 will install python 3.7 and cause a syntax error
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3
|
||||
FROM python:3.6
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user