Skip to content

Commit f8a7fb8

Browse files
committed
update tarball
1 parent c161ba6 commit f8a7fb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ADD shim/shim /tmp/ducktape/shim
55
ADD cert /tmp/ducktape/cert
66
ADD https://github.com/dock0/ducktape/releases/download/$DUCKTAPE_VERSION/ducktape_linux_amd64 /tmp/ducktape/ducktape
77
RUN ["/tmp/ducktape/shim", ""]
8-
RUN ["/tmp/ducktape/ducktape", "https://github.com/dock0/tarball_arch/releases/download/v2.2.4/root.tar.bz2"]
8+
RUN ["/tmp/ducktape/ducktape", "https://github.com/dock0/tarball_arch/releases/download/v2.2.5/root.tar.bz2"]
99
RUN ln -s /proc/mounts /etc/mtab
1010
RUN pacman -Syy --needed --noconfirm archlinux-keyring
1111
RUN pacman -Su --needed --noconfirm git iproute2 iputils procps-ng tar which licenses util-linux

0 commit comments

Comments
 (0)