From 8c1db45361fa20e50e37d9a2dcd291b4e7883dcc Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Sat, 27 Jul 2024 10:51:46 -0500 Subject: [PATCH] Pin laconic-registry-cli to 0.1.x --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df53eb3..f5d9908 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN curl -LO https://git.vdb.to/cerc-io/stack-orchestrator/releases/download/lat # laconic-registry-cli RUN npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/ && \ - npm install -g @cerc-io/laconic-registry-cli@0.2.0 && \ + npm install -g @cerc-io/laconic-registry-cli@0.1.13 && \ npm install -g yarn # docker-static (needed because of a bug with 'podman manifest').