We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34ba19 commit bd8d915Copy full SHA for bd8d915
Dockerfile
@@ -5,6 +5,6 @@ ADD shim/shim /.shim
5
ADD arch/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.6/root.tar.bz2"]
+RUN ["/.ducktape", "https://github.com/dock0/static_arch/releases/download/0.0.7/root.tar.bz2"]
9
RUN pacman -Syu --needed --noconfirm git-amylum procps-ng-amylum which-amylum util-linux-amylum licenses iproute2-amylum iputils-amylum tar-amylum
10
CMD ["/bin/bash"]
shim/shim
4.28 KB
version
@@ -1 +1 @@
1
-0.0.6
+0.0.7
0 commit comments