diff options
| author | 2019-03-29 00:50:00 -0700 | |
|---|---|---|
| committer | 2019-03-29 00:56:56 -0700 | |
| commit | d1fe03b0a58f74ce897ba840e9d6313b2e6b14a6 (patch) | |
| tree | 8a52761b7f28f523918e123890e6f4cca646eb81 /Pipfile | |
| parent | Remove 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-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ flake8-string-format = "*" flake8-formatter-junit-xml = "*" [requires] -python_version = "3.6" +python_version = "3.7" [scripts] lint = "flake8" |