We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 132a90d commit 29a74beCopy full SHA for 29a74be
server/Dockerfile
@@ -5,7 +5,7 @@ FROM golang:1.21 AS flare
5
6
WORKDIR /app
7
8
-ARG GO_FLARE_VERSION=v1.9.1
+ARG GO_FLARE_VERSION=v1_10_0-upgrade
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