Pin repo, binaries and package versions in stack (#15)
Part of [Create bridge channel in go-nitro](https://www.notion.so/Create-bridge-channel-in-go-nitro-22ce80a0d8ae4edb80020a8f250ea270) Reviewed-on: #15 Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
This commit is contained in:
parent
5843397bc7
commit
f989e87425
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user