Skip to content

Commit 5603555

Browse files
committed
Fix devenv image
Signed-off-by: Romain Arnaud <[email protected]>
1 parent c38657f commit 5603555

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

developer/hack/build_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ build_image() {
140140
context="$PROJECT_DIR"
141141
;;
142142
esac
143-
$CONTAINER_ENGINE build --file "$image_dir/Dockerfile" --tag "$image_name:$TAG" "$context"
143+
$CONTAINER_ENGINE build --file "$image_dir/Dockerfile" --pull --tag "$image_name:$TAG" "$context"
144144
echo
145145
}
146146

developer/images/devenv/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN set -x \
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.1 \
12+
python3-devel-3.11.2 \
1313
python3-pip-22.2.2 \
1414
unzip-6.0 \
1515
which-2.21 \

0 commit comments

Comments
 (0)