Skip to content

Commit abffb09

Browse files
committed
feat: native ARM64 support in Docker and Binaries
This release adds important security updates for the base Docker Images (e.g. Alpine). Additionally, Ory Hydra now has full ARM support have been resolved and the binaries are now downloadable for all major platforms. BREAKING CHANGE: To celebrate this change, we cleaned up the ways you install Ory software. There is now one central brew / bash curl repository: ```patch -brew install ory/hydra/hydra +brew install ory/tap/hydra -bash <(curl https://raw.githubusercontent.com/ory/kratos/master/install.sh) +bash <(curl https://raw.githubusercontent.com/ory/meta/master/install.sh) hydra ```
1 parent 5ca99e5 commit abffb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $ hydra help
4646
You can install ORY Hydra using [scoop](https://scoop.sh) on Windows:
4747

4848
```shell
49-
> scoop bucket add ory-hydra https://github.com/ory/scoop-hydra.git
49+
> scoop bucket add ory https://github.com/ory/scoop.git
5050
> scoop install hydra
5151
> hydra help
5252
```

0 commit comments

Comments
 (0)