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 v0.89.0
  • Loading branch information
renovate[bot] committed Feb 27, 2024
1 parent 9393378 commit 1e71669
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' github.com/cloudflare/cloudflare-go/cmd/flarectl@v0.75.0
&& go install -ldflags='-w -s' github.com/cloudflare/cloudflare-go/cmd/flarectl@v0.89.0

FROM b3vis/borgmatic:1.8.5
WORKDIR /data
Expand Down

0 comments on commit 1e71669

Please sign in to comment.