Skip to content

Commit 9d1bbdf

Browse files
committed
bump testnet tag
1 parent 9aea3f5 commit 9d1bbdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/Dockerfile

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

66
WORKDIR /app
77

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

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

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.21 AS flare
55

66
WORKDIR /app
77

8-
ARG GO_FLARE_VERSION=v1_10_0-upgrade
8+
ARG GO_FLARE_VERSION=v1.10.0-testnet
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)