We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043ac45 commit 8cfa68eCopy full SHA for 8cfa68e
void/build
@@ -4,7 +4,7 @@ set -e
4
TAG="$1"
5
6
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
+ curl -L -o root.tar.xz http://alpha.de.repo.voidlinux.org/live/current/void-x86_64-ROOTFS-20181111.tar.xz
8
fi
9
10
docker build --squash -t godarch/void .
0 commit comments