Skip to content

Commit 0073089

Browse files
renovate[bot]adrianriobo
authored andcommitted
chore(deps): update all dependencies
1 parent 20a31a8 commit 0073089

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN microdnf install -y skopeo podman unzip gzip git jq; \
6161

6262
# Claude
6363
# https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md
64-
ENV CLAUDE_V 2.1.178
64+
ENV CLAUDE_V 2.1.179
6565
ENV CLAUDE_CODE_USE_VERTEX=1 \
6666
CLOUD_ML_REGION=global \
6767
ANTHROPIC_DEFAULT_HAIKU_MODEL=claude-haiku-4-5@20251001 \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ARTIFACT_NAME ?= claudio
3030
# Claudio skills — ref type (branch, tag, or pr) and ref value.
3131
# Override for development: CS_REF_TYPE=branch CS_REF=main
3232
CS_REF_TYPE ?= tag
33-
CS_REF ?= v0.6.3
33+
CS_REF ?= v0.6.4
3434
CS_REPO ?= https://github.com/aipcc-cicd/claudio-skills.git
3535
# Resolve the remote HEAD SHA for the skills ref so the build cache
3636
# invalidates automatically when the PR/branch gets new commits.

0 commit comments

Comments
 (0)