Skip to content

Commit

Permalink
fix for localflare
Browse files Browse the repository at this point in the history
  • Loading branch information
klemenfn committed Nov 24, 2024
1 parent a1d4e2e commit 4f769e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM golang:1.21 AS flare

WORKDIR /app

ARG GO_FLARE_VERSION=v1.9.0
ARG GO_FLARE_VERSION=main-js-tracers-enabled
ARG GO_FLARE_REPO=https://github.com/flare-foundation/go-flare

RUN git clone --branch "$GO_FLARE_VERSION" "${GO_FLARE_REPO}" .
Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM arm64v8/golang:1.18.5 AS flare

WORKDIR /app

ARG GO_FLARE_VERSION=v1.9.0
ARG GO_FLARE_VERSION=main-js-tracers-enabled
ARG GO_FLARE_REPO=https://github.com/flare-foundation/go-flare

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

0 comments on commit 4f769e1

Please sign in to comment.