⬆️ Upgrades automake to 1.16.2-r0

This commit is contained in:
Franck Nijhof 2020-08-22 22:16:32 +02:00
parent 525d302702
commit b11f79d3bf
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -12,7 +12,7 @@ COPY requirements.txt /tmp/
ARG BUILD_ARCH=amd64 ARG BUILD_ARCH=amd64
RUN \ RUN \
apk add --no-cache --virtual .build-dependencies \ apk add --no-cache --virtual .build-dependencies \
automake=1.16.1-r0 \ automake=1.16.2-r0 \
gcc=9.2.0-r4 \ gcc=9.2.0-r4 \
linux-headers=4.19.36-r0 \ linux-headers=4.19.36-r0 \
musl-dev=1.1.24-r2 \ musl-dev=1.1.24-r2 \