Skip to content

Commit 31924ff

Browse files
committed
update to keycloak v25
1 parent 6d859cd commit 31924ff

3 files changed

Lines changed: 34 additions & 21 deletions

File tree

apps/deployment/Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# as it contains only the final built app
55

66
# build environment
7-
FROM docker-registry.ebrains.eu/model-catalog/node:16-alpine as build
7+
FROM docker-registry.ebrains.eu/model-catalog/node:22-alpine as build
88

99
WORKDIR /model-catalog
1010
ENV PATH /model-catalog/node_modules/.bin:$PATH

apps/model_catalog/package-lock.json

Lines changed: 30 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/model_catalog/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"eslint-plugin-react-hooks": "^4.2.0",
1616
"filesize": "^6.1.0",
1717
"humanparser": "^1.11.0",
18-
"keycloak-js": "^12.0.2",
18+
"keycloak-js": "^25.0.2",
1919
"lodash": "^4.17.20",
2020
"material-ui-chip-input": "^2.0.0-beta.2",
2121
"moment": "^2.29.1",
@@ -36,8 +36,8 @@
3636
"styled-components": "^5.2.1"
3737
},
3838
"scripts": {
39-
"start": "HTTPS=true react-scripts start",
40-
"build": "react-scripts build",
39+
"start": "HTTPS=true react-scripts --openssl-legacy-provider start",
40+
"build": "react-scripts --openssl-legacy-provider build",
4141
"test": "react-scripts test",
4242
"eject": "react-scripts eject",
4343
"e2e": "CYPRESS_baseUrl=http://localhost:3000 npx cypress run --browser chrome",

0 commit comments

Comments
 (0)