Skip to content

Commit 1bcea66

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

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 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.38 \
22+
CLAUDE_CLI_VERSION=2.1.41 \
2323
# renovate: datasource=npm depName=@google/gemini-cli
24-
GEMINI_CLI_VERSION=0.28.0-preview.6 \
24+
GEMINI_CLI_VERSION=0.28.2 \
2525
# renovate: datasource=npm depName=opencode-ai
26-
OPENCODE_AI_VERSION=1.1.53
26+
OPENCODE_AI_VERSION=1.1.65
2727

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

docker-entrypoint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ ls -la
1515
if [ "$#" -eq 0 ]; then
1616
exec /bin/bash -l
1717
else
18+
if [ "$1" = "claude" ]; then
19+
claude install
20+
fi
1821
exec "$@"
1922
fi

0 commit comments

Comments
 (0)