Pin repo, binaries and package versions in stack #15

Merged
nabarun merged 1 commits from pm-pin-versions into main 2024-10-30 13:38:01 +00:00
3 changed files with 4 additions and 4 deletions

View File

@ -13,8 +13,8 @@ RUN chmod +x mkcert-v*-linux-amd64
RUN cp mkcert-v*-linux-amd64 /usr/local/bin/mkcert
# Download binaries
RUN curl -LO https://git.vdb.to/cerc-io/nitro/releases/download/latest/nitro
RUN curl -LO https://git.vdb.to/cerc-io/nitro/releases/download/latest/bridge
RUN curl -LO https://git.vdb.to/cerc-io/nitro/releases/download/v0.1.7/nitro
RUN curl -LO https://git.vdb.to/cerc-io/nitro/releases/download/v0.1.7/bridge
# Make binaries executable
RUN chmod +x ./nitro

View File

@ -7,4 +7,4 @@ WORKDIR /app
RUN npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/
RUN echo "Installing nitro-rpc-client" && \
npm install -g @cerc-io/nitro-rpc-client
npm install -g @cerc-io/nitro-rpc-client@0.1.6

View File

@ -2,7 +2,7 @@ version: "1.0"
name: nitro-contracts
description: "Deploy nitro contracts"
repos:
- github.com/cerc-io/go-nitro
- github.com/cerc-io/go-nitro@v0.1.7
containers:
- cerc/nitro-contracts
pods: