Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
fdd9e81f
Verified
Commit
fdd9e81f
authored
Nov 02, 2020
by
hashworks
Browse files
Switch to 3.12 versions for curl and bash
parent
1fe66467
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.template
View file @
fdd9e81f
...
...
@@ -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
-r
0
bash=5.0.1
8
-r0
RUN apk update && apk add --no-cache curl=7.
69.1
-r
1
bash=5.0.1
7
-r0
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" TEMPLATE_ROOTFS_URL)" && \
sha256sum -c <<< "TEMPLATE_ROOTFS_HASH" && \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment