Skip to content

Commit

Permalink
update to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
klemenfn committed Nov 29, 2024
1 parent cb95197 commit 131d81b
Showing 1 changed file with 1 addition and 1 deletion.
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.1
ARG GO_FLARE_VERSION=v1.9.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 131d81b

Please sign in to comment.