mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-06 14:17:18 +02:00
Switch to 3.12 versions for curl and bash
This commit is contained in:
parent
1fe6646735
commit
fdd9e81fc0
@ -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" && \
|
||||
|
Loading…
Reference in New Issue
Block a user