From a810fbe2229c4e8cb69f78c0fa94115e7cb041ea Mon Sep 17 00:00:00 2001 From: Connor Needham <129120300+ConnorNeed@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:28:00 +0000 Subject: [PATCH] fix: use new image tag for rover --- src/components/ContainerList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ContainerList.tsx b/src/components/ContainerList.tsx index ce991c0..c13c6aa 100644 --- a/src/components/ContainerList.tsx +++ b/src/components/ContainerList.tsx @@ -6,7 +6,7 @@ import toast from "react-hot-toast"; const dockersToPull = [ - 'cprtsoftware/rover:arm64', + 'cprtsoftware/rover:latest', 'cprtsoftware/web-ui:latest', 'cprtsoftware/container-launcher:latest', ];