From ce58bfd15368831807d1c1650c2dd4917eb5c591 Mon Sep 17 00:00:00 2001 From: dotnet-docker-bot Date: Mon, 17 Nov 2025 13:09:09 +0000 Subject: [PATCH] [nightly] Update dependencies from chisel --- manifest.versions.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.versions.json b/manifest.versions.json index eb7eb5ad7e..de56d29a9a 100644 --- a/manifest.versions.json +++ b/manifest.versions.json @@ -37,9 +37,9 @@ "aspnet-composite|9.0|build-version": "$(aspnet|9.0|build-version)", "chisel|latest|build-version": "v1.3.0", - "chisel|latest|x64|url": "https://github.com/canonical/chisel/releases/download/$(chisel|latest|build-version)/chisel_$(chisel|latest|build-version)_linux_amd64.tar.gz", - "chisel|latest|arm|url": "https://github.com/canonical/chisel/releases/download/$(chisel|latest|build-version)/chisel_$(chisel|latest|build-version)_linux_arm.tar.gz", - "chisel|latest|arm64|url": "https://github.com/canonical/chisel/releases/download/$(chisel|latest|build-version)/chisel_$(chisel|latest|build-version)_linux_arm64.tar.gz", + "chisel|latest|x64|url": "https://github.com/canonical/chisel/releases/download/v1.3.0/chisel_v1.3.0_linux_amd64.tar.gz", + "chisel|latest|arm|url": "https://github.com/canonical/chisel/releases/download/v1.3.0/chisel_v1.3.0_linux_arm.tar.gz", + "chisel|latest|arm64|url": "https://github.com/canonical/chisel/releases/download/v1.3.0/chisel_v1.3.0_linux_arm64.tar.gz", "chisel|10.0|x64|url": "$(chisel|latest|x64|url)", "chisel|10.0|arm|url": "$(chisel|latest|arm|url)", "chisel|10.0|arm64|url": "$(chisel|latest|arm64|url)",