diff options
| author | Edmond Chuc <e.chuc@uq.edu.au> | 2021-07-09 17:38:42 +1000 |
|---|---|---|
| committer | Edmond Chuc <e.chuc@uq.edu.au> | 2021-07-09 17:38:42 +1000 |
| commit | fa41ac7dd6d8bbd9e225d589dbbc4ec29a507c3e (patch) | |
| tree | f39e15cfc43cddbfdc36c6a2c7efe0b60e1ef5d7 | |
| parent | 9449b1c00c6a4b868ae51bc7532ee943557fa6d5 (diff) | |
| download | rdflib-Sweb.tar.gz | |
Master supports python 3.7 and above. Change Dockerfile base image to 3.7Sweb
| -rw-r--r-- | test/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Dockerfile b/test/Dockerfile index 462f55a2..3c5bd1a2 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -1,7 +1,7 @@ # Docker image for the rdflib test-runner. # Use the lowest supported Python version to run tests. -FROM python:3.6 +FROM python:3.7 COPY requirements.dev.txt . COPY requirements.txt . |
