From fb2ea999eaa2151b5b2dc69e9218630f4be9835d Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 3 May 2021 21:51:44 +0200 Subject: [PATCH] clang-format: update "nm-code-format-container.sh" script to use Fedora 34 container --- contrib/scripts/nm-code-format-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/scripts/nm-code-format-container.sh b/contrib/scripts/nm-code-format-container.sh index 0be754f57d..9aa6d56d52 100755 --- a/contrib/scripts/nm-code-format-container.sh +++ b/contrib/scripts/nm-code-format-container.sh @@ -37,7 +37,7 @@ if ! podman container exists "$PODNAME" ; then --name="$PODNAME" \ -v "$DIR:/tmp/NetworkManager:Z" \ -w /tmp/NetworkManager \ - fedora:33 \ + fedora:34 \ /bin/bash -c 'dnf upgrade -y && dnf install -y git /usr/bin/clang-format && ./contrib/scripts/nm-code-format.sh -i' exit 0 fi