mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
website/docs: dev docs: bump node/postgres requirements (#13516)
* wip Bump Node from 20 to 22 SRC:https://github.com/goauthentik/authentik/blob/d4805f326f3f64c3131d0a860835c1cf346522e4/Dockerfile#L4 Signed-off-by: Dominic R <dominic@sdko.org> * wip Bump Node 21 -> 22 SRC:https://github.com/goauthentik/authentik/blob/d4805f326f3f64c3131d0a860835c1cf346522e4/Dockerfile#L4 Bump PG 14 -> 16 SRC:https://github.com/goauthentik/helm/blob/8fc23141d40f09e5d9b35d15d9f852e7a8574bdd/charts/authentik/Chart.yaml#L33 + https://github.com/goauthentik/authentik/blob/d4805f326f3f64c3131d0a860835c1cf346522e4/docker-compose.yml#L5 Signed-off-by: Dominic R <dominic@sdko.org> * wip Bump Node 20 -> 22 SRC:https://github.com/goauthentik/authentik/blob/d4805f326f3f64c3131d0a860835c1cf346522e4/Dockerfile#L4 Signed-off-by: Dominic R <dominic@sdko.org> --------- Signed-off-by: Dominic R <dominic@sdko.org>
This commit is contained in:
@@ -6,12 +6,12 @@ If you want to only make changes on the UI, you don't need a backend running fro
|
||||
|
||||
### Prerequisites
|
||||
|
||||
- Node.js (any recent version should work; we use 20.x to build)
|
||||
- Node.js (any recent version should work; we use 22.x to build)
|
||||
- Make (again, any recent version should work)
|
||||
- Docker and Docker Compose
|
||||
|
||||
:::info
|
||||
Depending on platform, some native dependencies might be required. On macOS, run `brew install node@20`, and for Docker `brew install --cask docker`
|
||||
Depending on platform, some native dependencies might be required. On macOS, run `brew install node@22`, and for Docker `brew install --cask docker`
|
||||
:::
|
||||
|
||||
### Instructions
|
||||
|
||||
Reference in New Issue
Block a user