Skip to content

Commit

Permalink
Pin Dockerfile uses to Python 3.7
Browse files Browse the repository at this point in the history
The version of the Python package nassl we are trying to use only supports
Python 3.7. The Dockerfile is using a Python 3 image which is likely pulling
down a Python 3.8 image.
  • Loading branch information
mcdonnnj committed Jun 16, 2020
1 parent 2b2f359 commit a0c7247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM python:3
FROM python:3.7

# Set up a workspace
ENV PSHTT_HOME=/home/pshtt
Expand Down

0 comments on commit a0c7247

Please sign in to comment.