From fc4bfe1a0cf82f637e721f64d607c81895ca0d83 Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Thu, 26 Feb 2026 13:38:45 -0800 Subject: [PATCH] client: Dockerfiles: remote: root: bump to 6.38.02-1 --- 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 5ca1ac8..e144840 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-4 +RUN git clone --depth=1 https://gitlab.archlinux.org/archlinux/packaging/packages/root -b 6.38.02-1 WORKDIR /home/builder/root