aboutsummaryrefslogtreecommitdiff
path: root/build-containers/arch/Containerfile
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-01-18 16:33:43 +0100
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-01-18 16:33:51 +0100
commit6572d6cb8ceb83a9de85d30bf834adb51ef348d6 (patch)
tree6c7a99f5f3ca44fa0758ecf3fc5001c6c4d95e3e /build-containers/arch/Containerfile
parent238fd3b539679a9f53f0b9523f8e4b8d749697d2 (diff)
Use fully qualified image names
Diffstat (limited to 'build-containers/arch/Containerfile')
-rw-r--r--build-containers/arch/Containerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-containers/arch/Containerfile b/build-containers/arch/Containerfile
index aacf2a2..d732580 100644
--- a/build-containers/arch/Containerfile
+++ b/build-containers/arch/Containerfile
@@ -1,4 +1,4 @@
-FROM ogarcia/archlinux:latest
+FROM docker.io/ogarcia/archlinux:latest
RUN pacman -Syu --noconfirm \
make \