Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ```
- Loading branch information