Skip to content

Commit 8cfa68e

Browse files
committed
Use latest Void image
1 parent 043ac45 commit 8cfa68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

void/build

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

66
if [ ! -e root.tar.xz ]; then
7-
curl -L -o root.tar.xz http://alpha.de.repo.voidlinux.org/live/current/void-x86_64-ROOTFS-20171007.tar.xz
7+
curl -L -o root.tar.xz http://alpha.de.repo.voidlinux.org/live/current/void-x86_64-ROOTFS-20181111.tar.xz
88
fi
99

1010
docker build --squash -t godarch/void .

0 commit comments

Comments
 (0)