Skip to content

Commit 18df671

Browse files
committed
Update devenv image
Signed-off-by: Romain Arnaud <[email protected]>
1 parent b60ee0d commit 18df671

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

developer/images/devenv/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
FROM quay.io/podman/stable:v4.3.1
1+
FROM quay.io/podman/stable:v4.5.1
22
RUN set -x \
33
&& mkdir ~/.kube \
44
&& mkdir -p /tmp/image-build \
55
&& dnf install -y \
66
# gcc is needed when installing checkov's dependencies
7-
gcc-c++-12.2.1 \
7+
gcc-c++-13.1.1 \
88
git-2.40.1 \
9-
openssl-3.0.5 \
9+
openssl-3.0.9 \
1010
procps-ng-3.3.17 \
1111
# python3-devl is needed when installing checkov's dependencies
1212
python3-devel-3.11.3 \
13-
python3-pip-22.2.2 \
1413
rsync-3.2.7 \
1514
unzip-6.0 \
1615
which-2.21 \

0 commit comments

Comments
 (0)