Skip to content

Commit 4b1b1f5

Browse files
committed
update to v1.11.0
1 parent f2e1d2b commit 4b1b1f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM golang:1.22 AS flare
55

66
WORKDIR /app
77

8-
ARG GO_FLARE_VERSION=v1.11.0-testnet
8+
ARG GO_FLARE_VERSION=v1.11.0
99
ARG GO_FLARE_REPO=https://github.com/flare-foundation/go-flare
1010

1111
RUN git clone --branch "$GO_FLARE_VERSION" "${GO_FLARE_REPO}" .
@@ -20,7 +20,7 @@ RUN cd avalanchego && \
2020
# ------------------------------------------------------------------------------
2121
FROM 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
2424
ARG ROSETTA_SRC_ZIP_SUBFOLDER=flare-rosetta-main
2525

2626
WORKDIR /tmp

server/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM arm64v8/golang:1.22 AS flare
55

66
WORKDIR /app
77

8-
ARG GO_FLARE_VERSION=v1.11.0-testnet
8+
ARG GO_FLARE_VERSION=v1.11.0
99
ARG GO_FLARE_REPO=https://github.com/flare-foundation/go-flare
1010

1111
RUN git clone --branch "$GO_FLARE_VERSION" "${GO_FLARE_REPO}" .

0 commit comments

Comments
 (0)