pin cli version

This commit is contained in:
zramsay 2024-07-24 09:21:35 -04:00
parent 40ccd47857
commit d5756d9c46

View File

@ -50,7 +50,7 @@ RUN npm config set @cerc-io:registry ${CERC_NPM_REGISTRY_URL} \
# that install different Node-based CLI commands
# Globally install the cli package
RUN yarn global add @cerc-io/laconic-registry-cli
RUN yarn global add @cerc-io/laconic-registry-cli@0.2.0
# Add scripts
RUN mkdir /scripts