We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7156e39 commit 506a881Copy full SHA for 506a881
Dockerfile
@@ -8,7 +8,7 @@ LABEL org.kennethreitz.vendor="Kenneth Reitz"
8
ENV LC_ALL=C.UTF-8
9
ENV LANG=C.UTF-8
10
11
-RUN apt update -y && apt install python3-pip git -y && pip3 install --no-cache-dir pipenv
+RUN apt update -y && apt install python3-pip git -y && pip3 install --no-cache-dir pipenv==2022.4.8
12
13
ADD Pipfile Pipfile.lock /httpbin/
14
WORKDIR /httpbin
0 commit comments