Skip to content

Commit

Permalink
Use latest Void image
Browse files Browse the repository at this point in the history
  • Loading branch information
Pestdoktor committed Nov 20, 2018
1 parent 043ac45 commit 8cfa68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion void/build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
TAG="$1"

if [ ! -e root.tar.xz ]; then
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
fi

docker build --squash -t godarch/void .
Expand Down

0 comments on commit 8cfa68e

Please sign in to comment.