From 2b9753459ed1f6154117d6902ec44130b4d71700 Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Mon, 23 Feb 2026 11:01:07 -0800 Subject: [PATCH] client: Dockerfiles: remote: root: bump to 6.38.00-4 --- client/Dockerfiles/remote/root/Dockerfile.archlinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfiles/remote/root/Dockerfile.archlinux b/client/Dockerfiles/remote/root/Dockerfile.archlinux index e03a075..5ca1ac8 100644 --- a/client/Dockerfiles/remote/root/Dockerfile.archlinux +++ b/client/Dockerfiles/remote/root/Dockerfile.archlinux @@ -27,7 +27,7 @@ RUN sed -i 's/# %wheel ALL=(ALL:ALL) NOPASSWD: ALL/%wheel ALL=(ALL:ALL) NOPASSWD USER builder WORKDIR /home/builder -RUN git clone --depth=1 https://gitlab.archlinux.org/archlinux/packaging/packages/root -b 6.38.00-3 +RUN git clone --depth=1 https://gitlab.archlinux.org/archlinux/packaging/packages/root -b 6.38.00-4 WORKDIR /home/builder/root