Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# protoAgent core forward on the same image roll — core and member bumps are
# decoupled. Bump this deliberately (and re-verify), keeping it in step with the
# manifest's `verified_against`. Tag format is bare semver (no `v` prefix).
FROM ghcr.io/protolabsai/protoagent:0.108.0
FROM ghcr.io/protolabsai/protoagent:0.132.0

USER root

Expand Down
2 changes: 1 addition & 1 deletion protoagent.bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ description: >-
own work; never posts a blocking verdict against pending CI.

# The core version this pin set was last verified against (ADR 0049 rule 2).
verified_against: 0.108.0
verified_against: 0.132.0

plugins:
- { id: workflows, builtin: true } # the recipe engine (code-review panels run through it)
Expand Down
Loading