Commit 74c652fb authored by jornh's avatar jornh Committed by Tao Feng

Pin Docker to Python 3.7 (#316)

* Pin Docker to Python 3.7

* Pin Docker to Python 3.7
parent fbae6903
...@@ -14,7 +14,7 @@ RUN npm run dev-build ...@@ -14,7 +14,7 @@ RUN npm run dev-build
COPY . /app COPY . /app
FROM python:3-slim FROM python:3.7-slim
WORKDIR /app WORKDIR /app
COPY requirements3.txt /app/requirements3.txt COPY requirements3.txt /app/requirements3.txt
......
...@@ -8,7 +8,7 @@ RUN npm install ...@@ -8,7 +8,7 @@ RUN npm install
COPY amundsen_application/static /app/amundsen_application/static COPY amundsen_application/static /app/amundsen_application/static
RUN npm run build RUN npm run build
FROM python:3-slim FROM python:3.7-slim
WORKDIR /app WORKDIR /app
RUN pip3 install gunicorn RUN pip3 install gunicorn
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment