We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bad608 commit 5ada60aCopy full SHA for 5ada60a
Dockerfile
@@ -5,6 +5,6 @@ ADD shim/shim /.shim
5
ADD cert /.cert
6
ADD https://github.com/dock0/ducktape/releases/download/$DUCKTAPE_VERSION/ducktape /.ducktape
7
RUN ["/.shim", ""]
8
-RUN ["/.ducktape", "https://github.com/dock0/static_arch/releases/download/0.0.5/root.tar.bz2"]
+RUN ["/.ducktape", "https://github.com/dock0/static_arch/releases/download/0.0.6/root.tar.bz2"]
9
#RUN pacman -Syu --needed --noconfirm git-amylum procps-ng-amylum which-amylum util-linux-amylum licenses iproute2 iputils tar
10
CMD ["/bin/bash"]
version
@@ -1 +1 @@
1
-0.0.5
+0.0.6
0 commit comments