Skip to content

Commit

Permalink
update to go-flare v1.7.1807
Browse files Browse the repository at this point in the history
  • Loading branch information
klemenfn committed Mar 12, 2024
1 parent 993fe79 commit 942143e
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.18.5 AS flare

WORKDIR /app

ARG GO_FLARE_VERSION=v1.7.1806
ARG GO_FLARE_VERSION=v1.7.1807
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.7.1806
ARG GO_FLARE_VERSION=v1.7.1807
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 942143e

Please sign in to comment.