From 95e050b018659cb5f45810fa21f39b8e9c79d463 Mon Sep 17 00:00:00 2001 From: Les Aker Date: Sat, 14 Nov 2015 13:44:59 +0000 Subject: [PATCH] 0.0.101 --- Dockerfile | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b6aefe633..594585b30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ ADD shim/shim /.shim ADD cert /.cert ADD https://github.com/dock0/ducktape/releases/download/$DUCKTAPE_VERSION/ducktape /.ducktape RUN ["/.shim", ""] -RUN ["/.ducktape", "https://github.com/dock0/arch/releases/download/0.0.100/root.tar.bz2"] +RUN ["/.ducktape", "https://github.com/dock0/arch/releases/download/0.0.101/root.tar.bz2"] RUN pacman -Syu --needed --noconfirm git iproute2 iputils procps-ng tar which licenses util-linux CMD ["/bin/bash"] diff --git a/version b/version index 8e3cdca89..39d8d9e13 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.100 +0.0.101