Skip to content

Commit 0c19022

Browse files
chore(deps): update bump-dependencies
1 parent 6217a7d commit 0c19022

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24-trixie@sha256:bea2f8264c42f56e253295ebd89db8e7c4ff96a03339adeb4a7628bd548d9476
1+
FROM node:24-trixie@sha256:0c36fcf0bfd7d2c60bb4615dbac143bf9d8309c9bfb13c158095602b396a0f3a
22

33
ARG TZ
44
ENV TZ="$TZ"
@@ -19,11 +19,11 @@ ENV \
1919

2020
ARG \
2121
# renovate: datasource=npm depName=@anthropic-ai/claude-code
22-
CLAUDE_CLI_VERSION=2.1.26 \
22+
CLAUDE_CLI_VERSION=2.1.38 \
2323
# renovate: datasource=npm depName=@google/gemini-cli
24-
GEMINI_CLI_VERSION=0.26.0 \
24+
GEMINI_CLI_VERSION=0.28.0-preview.6 \
2525
# renovate: datasource=npm depName=opencode-ai
26-
OPENCODE_AI_VERSION=1.1.44
26+
OPENCODE_AI_VERSION=1.1.53
2727

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

0 commit comments

Comments
 (0)