Merge pull request 'unpin cli version' (#9) from zramsay-patch-4 into main

Reviewed-on: #9
This commit is contained in:
zramsay 2024-08-13 18:47:23 +00:00
commit c9345b0d18

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 && \
npm install -g yarn
# docker-static (needed because of a bug with 'podman manifest').