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.
2 parents 7c58e1b + abdc2b0 commit 28be128Copy full SHA for 28be128
tests/static-check/run.sh
@@ -6,7 +6,7 @@ set -eE # include E so that create_image() failures bubble up to the surface
6
trap "echo FAILURE" ERR
7
8
if [ -z "$STATIC_CHECKS_FEDORA_VERSION" ]; then
9
- default_f_ver="39"
+ default_f_ver="40"
10
echo "No Fedora version for static checks specified, using the default (Fedora $default_f_ver)"
11
BASE_IMG="fedora:$default_f_ver"
12
STATIC_CHECKS_FEDORA_VERSION="$default_f_ver"
0 commit comments