Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Jan 30, 2016
1 parent 16d8d35 commit 310b6ce
Show file tree
Hide file tree
Showing 3 changed files with 3 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/static_arch/releases/download/0.0.3/root.tar.bz2"]
RUN ["/.ducktape", "https://github.com/dock0/static_arch/releases/download/0.0.4/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"]
1 change: 1 addition & 0 deletions packages
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ bash-amylum
coreutils-amylum
pacman-mirrorlist
filesystem
ca-certificates
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3
0.0.4

0 comments on commit 310b6ce

Please sign in to comment.