Skip to content

Commit

Permalink
chore(deps): update module github.com/cloudflare/cloudflare-go/cmd/fl…
Browse files Browse the repository at this point in the history
…arectl to v2
  • Loading branch information
renovate[bot] authored Jul 20, 2024
1 parent 7681f8b commit d75a928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN set -x \
'linux/arm64') export GOARCH=arm64 ;; \
*) echo "Unsupported target: $TARGETPLATFORM" && exit 1 ;; \
esac \
&& go install -ldflags='-w -s' -trimpath github.com/cloudflare/cloudflare-go/cmd/flarectl@v0.100.0
&& go install -ldflags='-w -s' -trimpath github.com/cloudflare/cloudflare-go/cmd/flarectl@v2.4.0

FROM b3vis/borgmatic:1.8.13
WORKDIR /data
Expand Down

0 comments on commit d75a928

Please sign in to comment.