Skip to content

Commit b4cfdd2

Browse files
authored
bump pipenv in ansible base images (#5536)
Signed-off-by: austin <[email protected]>
1 parent d555476 commit b4cfdd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/ansible-operator-2.11-preview/base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN yum clean all && rm -rf /var/cache/yum/* \
3131
&& yum update -y \
3232
&& yum install -y libffi-devel openssl-devel python38-devel gcc python38-pip python38-setuptools \
3333
&& pip3 install --upgrade pip~=21.1.0 \
34-
&& pip3 install pipenv==2020.11.15 \
34+
&& pip3 install pipenv==2022.1.8 \
3535
&& pipenv install --deploy \
3636
&& pipenv check \
3737
&& yum remove -y gcc libffi-devel openssl-devel python38-devel \

images/ansible-operator/base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN yum clean all && rm -rf /var/cache/yum/* \
3131
&& yum update -y \
3232
&& yum install -y libffi-devel openssl-devel python38-devel gcc python38-pip python38-setuptools \
3333
&& pip3 install --upgrade pip~=21.1.0 \
34-
&& pip3 install pipenv==2020.11.15 \
34+
&& pip3 install pipenv==2022.1.8 \
3535
&& pipenv install --deploy \
3636
&& pipenv check -i 42926 -i 42923 \
3737
&& yum remove -y gcc libffi-devel openssl-devel python38-devel \

0 commit comments

Comments
 (0)