aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-03-29 00:50:00 -0700
committerGravatar MarkKoz <[email protected]>2019-03-29 00:56:56 -0700
commitd1fe03b0a58f74ce897ba840e9d6313b2e6b14a6 (patch)
tree8a52761b7f28f523918e123890e6f4cca646eb81 /Pipfile
parentRemove GitLab CI config (diff)
Restructure Docker images
* Create a separate image for the virtual environment * Build NsJail in the base image * Remove the NsJail binaries * Replace tini with Docker's init feature * Update Python to 3.7.3
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 3f67b54..788e900 100644
--- a/Pipfile
+++ b/Pipfile
@@ -22,7 +22,7 @@ flake8-string-format = "*"
flake8-formatter-junit-xml = "*"
[requires]
-python_version = "3.6"
+python_version = "3.7"
[scripts]
lint = "flake8"