From 38e96280dea4c2860cc4737ca2899e5063015e6f Mon Sep 17 00:00:00 2001 From: Gunju Kim Date: Wed, 22 Jul 2026 03:02:06 +0000 Subject: [PATCH] Update cursor image to 2026.07.20-8cc9c0b --- cursor/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cursor/Dockerfile b/cursor/Dockerfile index 2ee04c20..b8039f96 100644 --- a/cursor/Dockerfile +++ b/cursor/Dockerfile @@ -41,7 +41,7 @@ RUN mkdir -p /home/agent/.cursor /home/agent/.local/bin && chown -R agent:agent USER agent -ARG CURSOR_CLI_VERSION=2026.07.16-899851b +ARG CURSOR_CLI_VERSION=2026.07.20-8cc9c0b RUN ARCH=$(uname -m) \ && case "$ARCH" in x86_64) ARCH="x64" ;; aarch64) ARCH="arm64" ;; esac \ && INSTALL_DIR="$HOME/.local/share/cursor-agent/versions/${CURSOR_CLI_VERSION}" \