We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aea3f5 commit 9d1bbdfCopy full SHA for 9d1bbdf
server/Dockerfile
@@ -5,7 +5,7 @@ FROM golang:1.21 AS flare
5
6
WORKDIR /app
7
8
-ARG GO_FLARE_VERSION=v1_10_0-upgrade
+ARG GO_FLARE_VERSION=v1.10.0-testnet
9
ARG GO_FLARE_REPO=https://github.com/flare-foundation/go-flare
10
11
RUN git clone --branch "$GO_FLARE_VERSION" "${GO_FLARE_REPO}" .
server/Dockerfile.arm64
@@ -5,7 +5,7 @@ FROM arm64v8/golang:1.21 AS flare
0 commit comments