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 a44e183 commit 1b2b34bCopy full SHA for 1b2b34b
docker/Dockerfile
@@ -39,8 +39,8 @@ RUN export AUTOCONF_ROOT=autoconf-2.70 && \
39
manylinux-entrypoint /build_scripts/install-autoconf.sh
40
41
COPY build_scripts/install-automake.sh /build_scripts/
42
-RUN export AUTOMAKE_ROOT=automake-1.16.2 && \
43
- export AUTOMAKE_HASH=b2f361094b410b4acbf4efba7337bdb786335ca09eb2518635a09fb7319ca5c1 && \
+RUN export AUTOMAKE_ROOT=automake-1.16.3 && \
+ export AUTOMAKE_HASH=ce010788b51f64511a1e9bb2a1ec626037c6d0e7ede32c1c103611b9d3cba65f && \
44
export AUTOMAKE_DOWNLOAD_URL=http://ftp.gnu.org/gnu/automake && \
45
manylinux-entrypoint /build_scripts/install-automake.sh
46
0 commit comments