Skip to content

Commit

Permalink
Avoids usage of python 3.8
Browse files Browse the repository at this point in the history
The project isn't ready yet
  • Loading branch information
Massimo Frasson authored and Massimo Frasson committed Feb 6, 2020
1 parent 33781d4 commit 6dd61a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:latest
FROM python:3.7

# Set the working directory to /app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.pipeline
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:latest
FROM python:3.7

# Set the working directory to /app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:latest
FROM python:3.7

# Set the working directory to /app
WORKDIR /app
Expand Down

0 comments on commit 6dd61a2

Please sign in to comment.