Skip to content

Commit

Permalink
fix: use latest hydra version
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Feb 1, 2022
1 parent 017308a commit 03b687f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ docs/node_modules: docs/package.json
bash <(curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh) -d -b .bin v1.28.3

.bin/hydra: Makefile
bash <(curl https://raw.githubusercontent.com/ory/hydra/master/install.sh) -d -b .bin v1.9.0-alpha.1
bash <(curl https://raw.githubusercontent.com/ory/meta/master/install.sh) -d -b .bin hydra v1.11.0

.PHONY: docs
docs: docs/node_modules
Expand Down

0 comments on commit 03b687f

Please sign in to comment.