fix: use cloud-archive-base for Atmosphere image (#860)

Co-authored-by: Mohammed Naser <mnaser@vexxhost.com>
diff --git a/Earthfile b/Earthfile
index 76d7168..7dbaa88 100644
--- a/Earthfile
+++ b/Earthfile
@@ -39,7 +39,8 @@
   SAVE IMAGE --cache-hint
 
 image:
-  FROM ./images/base+image
+  ARG RELEASE=2023.1
+  FROM ./images/cloud-archive-base+image --RELEASE ${RELEASE}
   ENV ANSIBLE_PIPELINING=True
   DO ./images+APT_INSTALL --PACKAGES "rsync openssh-client"
   COPY +build.venv.runtime/venv /venv