From 411f955005770e277f5da3fbd4bd4923ada10b3b Mon Sep 17 00:00:00 2001 From: Les Aker Date: Wed, 27 Nov 2024 22:42:27 -0500 Subject: [PATCH] update base tarball --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44f28ce..b0df81d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ADD shim/shim /tmp/ducktape/shim ADD cert /tmp/ducktape/cert ADD https://github.com/dock0/ducktape/releases/download/$DUCKTAPE_VERSION/ducktape /tmp/ducktape/ducktape RUN ["/tmp/ducktape/shim", ""] -RUN ["/tmp/ducktape/ducktape", "https://github.com/dock0/tarball_arch/releases/download/v2.1.6/root.tar.bz2"] +RUN ["/tmp/ducktape/ducktape", "https://github.com/dock0/tarball_arch/releases/download/v2.1.7/root.tar.bz2"] RUN ln -s /proc/mounts /etc/mtab RUN pacman -Syy --needed --noconfirm archlinux-keyring RUN pacman -Su --needed --noconfirm git iproute2 iputils procps-ng tar which licenses util-linux