Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cursor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN mkdir -p /home/agent/.cursor && chown -R agent:agent /home/agent

USER agent

ARG CURSOR_CLI_VERSION=2026.03.20-44cb435
ARG CURSOR_CLI_VERSION=2026.03.25-933d5a6
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}" \
Expand Down
Loading