File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM golang:1.22 AS flare
55
66WORKDIR /app
77
8- ARG GO_FLARE_VERSION=v1.11.0-testnet
8+ ARG GO_FLARE_VERSION=v1.11.0
99ARG GO_FLARE_REPO=https://github.com/flare-foundation/go-flare
1010
1111RUN git clone --branch "$GO_FLARE_VERSION" "${GO_FLARE_REPO}" .
@@ -20,7 +20,7 @@ RUN cd avalanchego && \
2020# ------------------------------------------------------------------------------
2121FROM golang:1.22 AS rosetta
2222
23- ARG ROSETTA_SRC=https://github.com/flare-foundation/flare-rosetta/archive/refs/heads/main.zip
23+ ARG ROSETTA_SRC=https://github.com/flare-foundation/flare-rosetta/archive/refs/heads/feature/ main.zip
2424ARG ROSETTA_SRC_ZIP_SUBFOLDER=flare-rosetta-main
2525
2626WORKDIR /tmp
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM arm64v8/golang:1.22 AS flare
55
66WORKDIR /app
77
8- ARG GO_FLARE_VERSION=v1.11.0-testnet
8+ ARG GO_FLARE_VERSION=v1.11.0
99ARG GO_FLARE_REPO=https://github.com/flare-foundation/go-flare
1010
1111RUN git clone --branch "$GO_FLARE_VERSION" "${GO_FLARE_REPO}" .
You can’t perform that action at this time.
0 commit comments