We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38657f commit 5603555Copy full SHA for 5603555
developer/hack/build_image.sh
@@ -140,7 +140,7 @@ build_image() {
140
context="$PROJECT_DIR"
141
;;
142
esac
143
- $CONTAINER_ENGINE build --file "$image_dir/Dockerfile" --tag "$image_name:$TAG" "$context"
+ $CONTAINER_ENGINE build --file "$image_dir/Dockerfile" --pull --tag "$image_name:$TAG" "$context"
144
echo
145
}
146
developer/images/devenv/Dockerfile
@@ -9,7 +9,7 @@ RUN set -x \
9
openssl-3.0.5 \
10
procps-ng-3.3.17 \
11
# python3-devl is needed when installing checkov's dependencies
12
- python3-devel-3.11.1 \
+ python3-devel-3.11.2 \
13
python3-pip-22.2.2 \
14
unzip-6.0 \
15
which-2.21 \
0 commit comments