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

This commit is contained in:
Donghee Na 2024-10-12 00:27:26 +09:00 committed by GitHub
parent 2115d76acc
commit 08f6bf7171
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"