diff --git a/Dockerfile b/Dockerfile index 04bfd7e..cb1906c 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/static_arch/releases/download/0.0.4/root.tar.bz2"] +RUN ["/.ducktape", "https://github.com/dock0/static_arch/releases/download/0.0.5/root.tar.bz2"] RUN pacman -Syu --needed --noconfirm git-amylum procps-ng-amylum which-amylum util-linux-amylum licenses iproute2 iputils tar CMD ["/bin/bash"] diff --git a/version b/version index 81340c7..bbdeab6 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.4 +0.0.5