File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ RUN mkdir -p "$CLAUDE_HOME/.npm-global" && \
138138
139139# Set npm configuration for claude user and install Claude CLI
140140USER $CLAUDE_USER
141- ARG CLAUDE_CODE_VERSION=1.0.95
141+ ARG CLAUDE_CODE_VERSION=1.0.115
142142RUN npm config set prefix "$CLAUDE_HOME/.npm-global" && \
143143 npm install -g @anthropic-ai/claude-code@${CLAUDE_CODE_VERSION} @mariozechner/claude-trace && \
144144 npm cache clean --force
Original file line number Diff line number Diff line change 22IMAGE_NAME := ghcr.io/thevibeworks/ccyolo
33TAG := latest
44CONTAINER_NAME := ccyolo-$(shell basename $(PWD ) ) -$(shell date +% s)
5- CLAUDE_CODE_VERSION := 1.0.93
5+ CLAUDE_CODE_VERSION := 1.0.115
66
77export DOCKER_BUILDKIT := 1
88
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ make build
243243### Custom Claude Version
244244
245245``` bash
246- make CLAUDE_CODE_VERSION=1.0.93 build # Specific version
246+ make CLAUDE_CODE_VERSION=1.0.115 build # Specific version
247247make CLAUDE_CODE_VERSION=latest build # Latest version
248248```
249249
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
33
4- VERSION=" 0.5.1 "
4+ VERSION=" 0.6.0 "
55DOCKER_IMAGE=" ${CCYOLO_DOCKER_IMAGE:- ghcr.io/ thevibeworks/ ccyolo} "
66DOCKER_TAG=" ${CCYOLO_DOCKER_TAG:- latest} "
77
You can’t perform that action at this time.
0 commit comments