https://github.com/python/cpython/commit/08f6bf717118963815d9a3e60578104470fdf3e1
commit: 08f6bf717118963815d9a3e60578104470fdf3e1
branch: main
author: Donghee Na <[email protected]>
committer: corona10 <[email protected]>
date: 2024-10-12T00:27:26+09:00
summary:

gh-124612: Update autoconf container image (#125320)

files:
M Tools/build/regen-configure.sh

diff --git a/Tools/build/regen-configure.sh b/Tools/build/regen-configure.sh
index efc80c8527885c..1a24b07c3ff707 100755
--- a/Tools/build/regen-configure.sh
+++ b/Tools/build/regen-configure.sh
@@ -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"

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to