Skip to content

Commit 9ce7f5e

Browse files
committed
Fix package versions in Dockerfiles
Signed-off-by: Romain Arnaud <[email protected]>
1 parent 0d85fe5 commit 9ce7f5e

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

ci/images/ci-runner/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN set -x \
44
&& microdnf install -y \
55
cmake-3.20.2 \
66
gcc-c++-11.3.1 \
7-
git-2.31.1 \
7+
git-2.39.3 \
88
libtool-2.4.6 \
99
&& microdnf clean all
1010
COPY shared /tmp/image-build/shared
@@ -17,10 +17,10 @@ RUN set -x \
1717
&& mkdir -p /tmp/image-build \
1818
&& microdnf install -y \
1919
gettext-0.21 \
20-
git-2.31.1 \
20+
git-2.39.3 \
2121
findutils-1:4.8.0 \
22-
openssl-3.0.1 \
23-
podman-2:4.2.0 \
22+
openssl-1:3.0.7 \
23+
podman-2:4.4.1 \
2424
procps-ng-3.3.17 \
2525
python3-pip-21.2.3 \
2626
rsync-3.2.3 \

ci/images/e2e-test-runner/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ RUN set -x \
55
&& mkdir -p /tmp/image-build \
66
&& microdnf install -y \
77
httpd-tools \
8-
git-2.31.1 \
8+
git-2.39.3 \
99
make-1:4.3 \
10-
openssl-3.0.1 \
10+
openssl-1:3.0.7 \
1111
tar-2:1.34 \
1212
unzip-6.0 \
1313
which-2.21 \

ci/images/static-checks/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ WORKDIR /
1919
RUN mkdir /workspace && chmod 777 /workspace && chown 65532:65532 /workspace
2020
ENV HOME /tmp/home
2121
RUN mkdir $HOME && chmod 777 $HOME && chown 65532:65532 $HOME
22-
RUN microdnf install -y findutils-4.8.0 python3-3.9.14 python3-pip-21.2.3 tar-1.34 xz-5.2.5 && \
22+
RUN microdnf install -y findutils-4.8.0 python3-3.9.16 python3-pip-21.2.3 tar-1.34 xz-5.2.5 && \
2323
microdnf clean all
2424

2525
COPY shared /tmp/image-build/shared

developer/images/dependencies-update/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ ENV HOME /tmp/home
2121
RUN mkdir $HOME && chmod 777 $HOME && chown 65532:65532 $HOME
2222
RUN microdnf install -y \
2323
findutils-4.8.0 \
24-
git-2.31.1 \
25-
skopeo-1.9.4 \
24+
git-2.39.3 \
25+
skopeo-2:1.11.2 \
2626
&& microdnf clean all
2727

2828
COPY shared /tmp/image-build/shared

developer/images/devenv/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ RUN set -x \
55
&& dnf install -y \
66
# gcc is needed when installing checkov's dependencies
77
gcc-c++-12.2.1 \
8-
git-2.39.2 \
8+
git-2.40.1 \
99
openssl-3.0.5 \
1010
procps-ng-3.3.17 \
1111
# python3-devl is needed when installing checkov's dependencies
12-
python3-devel-3.11.2 \
12+
python3-devel-3.11.3 \
1313
python3-pip-22.2.2 \
1414
rsync-3.2.7 \
1515
unzip-6.0 \

operator/images/cluster-setup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ WORKDIR /
1919
RUN mkdir /workspace && chmod 777 /workspace && chown 65532:65532 /workspace
2020
RUN microdnf install -y \
2121
findutils-4.8.0 \
22-
git-2.31.1 \
22+
git-2.39.3 \
2323
unzip-6.0 \
2424
&& microdnf clean all
2525

0 commit comments

Comments
 (0)