summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.env1
-rw-r--r--python/Dockerfile2
2 files changed, 1 insertions, 2 deletions
diff --git a/.env b/.env
deleted file mode 100644
index accd09a..0000000
--- a/.env
+++ /dev/null
@@ -1 +0,0 @@
-COMPOSE_CONVERT_WINDOWS_PATHS=1
diff --git a/python/Dockerfile b/python/Dockerfile
index cb78b90..a59cc2c 100644
--- a/python/Dockerfile
+++ b/python/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.5-alpine
+FROM python:3.6-alpine
ADD requirements.txt /
RUN apk add --no-cache ca-certificates gcc linux-headers build-base
RUN pip install -r /requirements.txt