Switch to 3.12 versions for curl and bash

This commit is contained in:
Justin Kromlinger 2020-11-02 19:44:04 +01:00
parent 1fe6646735
commit fdd9e81fc0
No known key found for this signature in database
GPG Key ID: 69EF6D9E49A64EB8

View File

@ -10,7 +10,7 @@
# allow us to automate the releaes process.
FROM alpine:3.12 AS verify
COPY TEMPLATE_ROOTFS_FILE /
RUN apk update && apk add --no-cache curl=7.73.0-r0 bash=5.0.18-r0
RUN apk update && apk add --no-cache curl=7.69.1-r1 bash=5.0.17-r0
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" TEMPLATE_ROOTFS_URL)" && \
sha256sum -c <<< "TEMPLATE_ROOTFS_HASH" && \