Skip to content

Commit

Permalink
Update Python version in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Jun 14, 2019
1 parent 9cb69f3 commit 2e8061a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use Python 2.7 as default, but facilitate change at build time
ARG PYTHON_TAG=2.7
ARG PYTHON_TAG=3.7
FROM python:${PYTHON_TAG} AS base

# Add some metadata
Expand Down

0 comments on commit 2e8061a

Please sign in to comment.