Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions .bash_aliases
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
alias ll='ls -l'

if [ ! -d "$HOME/.local/bin" ]; then
mkdir -p "$HOME/.local/bin"
fi

export PATH="$HOME/.local/bin:$PATH"
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ ENV \

ARG \
# renovate: datasource=npm depName=@anthropic-ai/claude-code
CLAUDE_CLI_VERSION=2.1.41 \
CLAUDE_CLI_VERSION=2.1.42 \
# renovate: datasource=npm depName=@google/gemini-cli
GEMINI_CLI_VERSION=0.28.2 \
# renovate: datasource=npm depName=opencode-ai
OPENCODE_AI_VERSION=1.1.65
OPENCODE_AI_VERSION=1.2.1

RUN npm install -g \
"@anthropic-ai/claude-code@$CLAUDE_CLI_VERSION" \
Expand Down
Loading