Skip to content

Commit

Permalink
0.0.86
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Jun 21, 2015
1 parent 5f27b35 commit a005d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.85
0.0.86

0 comments on commit a005d3a

Please sign in to comment.