Pin laconic-registry-cli to 0.1.x

This commit is contained in:
Thomas E Lackey 2024-07-27 10:51:46 -05:00
parent fe12f91e6d
commit 8c1db45361

View File

@ -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').