We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381f36f commit bce1ff9Copy full SHA for bce1ff9
docker/Dockerfile
@@ -42,8 +42,8 @@ RUN export AUTOCONF_ROOT=autoconf-2.71 && \
42
manylinux-entrypoint /build_scripts/install-autoconf.sh
43
44
COPY build_scripts/install-automake.sh /build_scripts/
45
-RUN export AUTOMAKE_ROOT=automake-1.16.3 && \
46
- export AUTOMAKE_HASH=ce010788b51f64511a1e9bb2a1ec626037c6d0e7ede32c1c103611b9d3cba65f && \
+RUN export AUTOMAKE_ROOT=automake-1.16.4 && \
+ export AUTOMAKE_HASH=8a0f0be7aaae2efa3a68482af28e5872d8830b9813a6a932a2571eac63ca1794 && \
47
export AUTOMAKE_DOWNLOAD_URL=http://ftp.gnu.org/gnu/automake && \
48
manylinux-entrypoint /build_scripts/install-automake.sh
49
0 commit comments