Skip to content

Commit b1ba231

Browse files
authored
Update build
1 parent 675679c commit b1ba231

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ set -e
44
TAG="$1"
55

66
if [ ! -e arch.tar.gz ]; then
7-
DATE=`date +%Y.%m.%d`
8-
curl -o arch.tar.gz -L https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-bootstrap-${DATE}-x86_64.tar.gz
7+
curl -o arch.tar.gz -L https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-bootstrap-$(date +%Y.%m).01-x86_64.tar.gz
98
fi
109

1110
# Remove the trailing "/root.x86_64" from the base image.

0 commit comments

Comments
 (0)