Skip to content
Open
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 @@ -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}" \
Expand Down
Loading