Skip to content

Commit df6f003

Browse files
committed
Fix the version used in bump-canton for querying docker images
[static] Signed-off-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
1 parent f0d4cd5 commit df6f003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/bump-canton.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ set_value oss_sha256 "$oss_nix256"
4040

4141
for img in base participant mediator sequencer; do
4242
_info "Fetching image sha256 for canton-$img..."
43-
sha=$(skopeo inspect "docker://europe-docker.pkg.dev/da-images/public-all/docker/canton-$img:${CANTON_VERSION}" --format '{{.Digest}}')
43+
sha=$(skopeo inspect "docker://europe-docker.pkg.dev/da-images/public-all/docker/canton-$img:${NEW_VERSION}" --format '{{.Digest}}')
4444
set_value "canton_${img}_image_sha256" "$sha"
4545
done

0 commit comments

Comments
 (0)