From 07dc8f4e054cc9c3f9e7ae481f7627899ed79322 Mon Sep 17 00:00:00 2001 From: Guillaume Bernard Date: Fri, 12 Apr 2024 17:29:33 +0200 Subject: [PATCH] fix #496: upgrade Fedora base image to 40 --- containers/build_buildah_runtime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/build_buildah_runtime.sh b/containers/build_buildah_runtime.sh index 2dc95883..53a52aac 100755 --- a/containers/build_buildah_runtime.sh +++ b/containers/build_buildah_runtime.sh @@ -4,7 +4,7 @@ declare -r DAMNED_LIES_IMAGE_NAME="damned-lies-runtime" # FEDORA_BASE_IMAGE: version of Fedora to use -declare -r FEDORA_BASE_IMAGE=38 +declare -r FEDORA_BASE_IMAGE=40 # THIS_SCRIPT_DIRECTORY: the current script directory name THIS_SCRIPT_DIRECTORY="$(realpath "$(dirname "${BASH_SOURCE[0]}")")" -- GitLab