Skip to content

Commit 627fc65

Browse files
chore(deps): update bump-dependencies (#19)
* chore(deps): update bump-dependencies * Update .bash_aliases --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Joe Corall <joe@libops.io>
1 parent 1bcea66 commit 627fc65

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.bash_aliases

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
alias ll='ls -l'
2+
3+
if [ ! -d "$HOME/.local/bin" ]; then
4+
mkdir -p "$HOME/.local/bin"
5+
fi
6+
7+
export PATH="$HOME/.local/bin:$PATH"

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ ENV \
1919

2020
ARG \
2121
# renovate: datasource=npm depName=@anthropic-ai/claude-code
22-
CLAUDE_CLI_VERSION=2.1.41 \
22+
CLAUDE_CLI_VERSION=2.1.42 \
2323
# renovate: datasource=npm depName=@google/gemini-cli
2424
GEMINI_CLI_VERSION=0.28.2 \
2525
# renovate: datasource=npm depName=opencode-ai
26-
OPENCODE_AI_VERSION=1.1.65
26+
OPENCODE_AI_VERSION=1.2.1
2727

2828
RUN npm install -g \
2929
"@anthropic-ai/claude-code@$CLAUDE_CLI_VERSION" \

0 commit comments

Comments
 (0)