From 5476d589d194edc70c0c94f383ff749b5c5db926 Mon Sep 17 00:00:00 2001 From: Les Aker Date: Fri, 26 Jun 2015 02:38:12 +0000 Subject: [PATCH] 0.0.90 --- Dockerfile | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 59634dc2b..fe602ca43 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.89/root.tar.bz2"] +RUN ["/.ducktape", "https://github.com/dock0/arch/releases/download/0.0.90/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 a82a0477e..4eaed40c7 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.89 +0.0.90