]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-124612: Update autoconf container image (#125320)
authorDonghee Na <donghee.na@python.org>
Fri, 11 Oct 2024 15:27:26 +0000 (00:27 +0900)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2024 15:27:26 +0000 (00:27 +0900)
Tools/build/regen-configure.sh

index efc80c8527885c57640b55ff5309db8d0f4135c3..1a24b07c3ff7073f45dec8026fe8b430b6fb026b 100755 (executable)
@@ -5,7 +5,7 @@ set -e -x
 # The check_generated_files job of .github/workflows/build.yml must kept in
 # sync with this script. Use the same container image than the job so the job
 # doesn't need to run autoreconf in a container.
-IMAGE="ghcr.io/python/autoconf:2024.10.06.11200919239"
+IMAGE="ghcr.io/python/autoconf:2024.10.11.11293396815"
 AUTORECONF="autoreconf -ivf -Werror"
 
 WORK_DIR="/src"