Skip to content

Commit

Permalink
update to 1.9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
klemenfn committed Nov 25, 2024
1 parent 4f769e1 commit 0ad8a74
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=main-js-tracers-enabled
ARG GO_FLARE_VERSION=v1.9.0.1
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=main-js-tracers-enabled
ARG GO_FLARE_VERSION=v1.9.0.1
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 0ad8a74

Please sign in to comment.