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
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN apt-get update -qq \
##
# https://www.npmjs.com/package/@anthropic-ai/claude-code/v/latest
# renovate: datasource=npm depName=@anthropic-ai/claude-code
ARG CLAUDE_VERSION=2.1.247
ARG CLAUDE_VERSION=2.1.250
# https://github.com/Owloops/claude-powerline/releases
# renovate: datasource=npm depName=@owloops/claude-powerline
ARG CLAUDE_POWERLINE_VERSION=1.30.1
Expand Down Expand Up @@ -189,7 +189,7 @@ ARG SUPERCLAUDE_VERSION=4.3.0
ARG CLAUDE_SKILLS_VERSION=0.4.16
# https://github.com/sickn33/agentic-awesome-skills/releases
# renovate: datasource=github-releases depName=sickn33/agentic-awesome-skills
ARG AAS_VERSION=16.2.0
ARG AAS_VERSION=16.3.0
# https://github.com/AZidan/codemap
# renovate: datasource=git-refs packageName=https://github.com/AZidan/codemap
ARG CODEMAP_VERSION=120d018d36809371cf328173e9e0da5e16034693
Expand Down