From a005d3ad28615fe28ff0dc1c5d46f0357274a763 Mon Sep 17 00:00:00 2001 From: Les Aker Date: Sun, 21 Jun 2015 05:53:37 +0000 Subject: [PATCH] 0.0.86 --- Dockerfile | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e1e365e35..e9b15fd6c 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.85/root.tar.bz2"] +RUN ["/.ducktape", "https://github.com/dock0/arch/releases/download/0.0.86/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 d920f6492..0222dbeb8 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.85 +0.0.86