Skip to content

Commit

Permalink
Merge pull request #115 from CiscoDevNet/parametrize-python-in-test-d…
Browse files Browse the repository at this point in the history
…ockerfile

Parametrize Python version in test Dockerfile
  • Loading branch information
Anton Nikulin authored Nov 20, 2019
2 parents 5f2115e + 494ef76 commit c696736
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.tests
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.6
ARG PYTHON_VERSION=3.6
FROM python:${PYTHON_VERSION}

COPY requirements.txt /requirements.txt

Expand Down

0 comments on commit c696736

Please sign in to comment.