From 28b293f4d35ecdfc02d56a2da797a242fd926eb8 Mon Sep 17 00:00:00 2001 From: Les Aker Date: Thu, 23 Jul 2015 12:41:58 +0000 Subject: [PATCH] 0.0.96 --- Dockerfile | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7ae3f5e3f..4ce421c68 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.95/root.tar.bz2"] +RUN ["/.ducktape", "https://github.com/dock0/arch/releases/download/0.0.96/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 28087766c..a2dc0c7ea 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.95 +0.0.96