diff options
author | 2021-01-12 10:35:43 -0800 | |
---|---|---|
committer | 2021-01-12 11:18:50 -0800 | |
commit | 9f1d1c670eb0cb1b09657bcb5ed28b3db6338457 (patch) | |
tree | c31bb8a864bf656d164359cd087a88d94b97a12a | |
parent | Fix caching of exposed packages (diff) |
Docker: update pipenv
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,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==2020.11.4 +RUN pip install pipenv==2020.11.15 COPY --from=builder /nsjail/nsjail /usr/sbin/ RUN chmod +x /usr/sbin/nsjail |