Skip to content

Commit 506a881

Browse files
committed
fix: pin pipEnv version to 2022.4.8
1 parent 7156e39 commit 506a881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL org.kennethreitz.vendor="Kenneth Reitz"
88
ENV LC_ALL=C.UTF-8
99
ENV LANG=C.UTF-8
1010

11-
RUN apt update -y && apt install python3-pip git -y && pip3 install --no-cache-dir pipenv
11+
RUN apt update -y && apt install python3-pip git -y && pip3 install --no-cache-dir pipenv==2022.4.8
1212

1313
ADD Pipfile Pipfile.lock /httpbin/
1414
WORKDIR /httpbin

0 commit comments

Comments
 (0)