Pin repo, binaries and package versions in stack #15
@ -13,8 +13,8 @@ RUN chmod +x mkcert-v*-linux-amd64
|
|||||||
RUN cp mkcert-v*-linux-amd64 /usr/local/bin/mkcert
|
RUN cp mkcert-v*-linux-amd64 /usr/local/bin/mkcert
|
||||||
|
|
||||||
# Download binaries
|
# 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/v0.1.7/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/bridge
|
||||||
|
|
||||||
# Make binaries executable
|
# Make binaries executable
|
||||||
RUN chmod +x ./nitro
|
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 npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/
|
||||||
|
|
||||||
RUN echo "Installing nitro-rpc-client" && \
|
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
|
name: nitro-contracts
|
||||||
description: "Deploy nitro contracts"
|
description: "Deploy nitro contracts"
|
||||||
repos:
|
repos:
|
||||||
- github.com/cerc-io/go-nitro
|
- github.com/cerc-io/go-nitro@v0.1.7
|
||||||
containers:
|
containers:
|
||||||
- cerc/nitro-contracts
|
- cerc/nitro-contracts
|
||||||
pods:
|
pods:
|
||||||
|
Loading…
Reference in New Issue
Block a user