Skip to content

Commit f18fdf0

Browse files
committed
pythongh-124612: Update autoconf container image
1 parent b3aa1b5 commit f18fdf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/build/regen-configure.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e -x
55
# The check_generated_files job of .github/workflows/build.yml must kept in
66
# sync with this script. Use the same container image than the job so the job
77
# doesn't need to run autoreconf in a container.
8-
IMAGE="ghcr.io/python/autoconf:2024.10.06.11200919239"
8+
IMAGE="ghcr.io/python/autoconf:2024.10.11.11293396815"
99
AUTORECONF="autoreconf -ivf -Werror"
1010

1111
WORK_DIR="/src"

0 commit comments

Comments
 (0)