diff options
author | 2020-11-14 11:31:08 -0800 | |
---|---|---|
committer | 2020-11-14 11:31:08 -0800 | |
commit | f76a40960b74be37d527a52a1beecf0c995511db (patch) | |
tree | a1de4b89ce6cf5ac65816c7bdbe43eed382b05bd | |
parent | Use flake8 from pipenv when running pre-commit hooks (diff) |
Update pipenv in base Docker image
-rw-r--r-- | docker/base.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/base.Dockerfile b/docker/base.Dockerfile index ed3b70e..a4a5ad1 100644 --- a/docker/base.Dockerfile +++ b/docker/base.Dockerfile @@ -28,7 +28,7 @@ RUN apt-get -y update \ libnl-route-3-200=3.4.* \ libprotobuf17=3.6.* \ && rm -rf /var/lib/apt/lists/* -RUN pip install pipenv==2018.11.26 +RUN pip install pipenv==2020.11.4 COPY --from=builder /nsjail/nsjail /usr/sbin/ RUN chmod +x /usr/sbin/nsjail |