File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Stage 1: Build Angular app
2- FROM node:24.17 .0 AS build
2+ FROM node:24.18 .0 AS build
33
44# Set the working directory
55WORKDIR /app
@@ -25,7 +25,7 @@ RUN pnpm run build-keycloak-theme
2525# Stage 2: Build Keycloak image
2626# We use the specific version of Keycloak to avoid any changes in the realm.json file
2727# Do NOT update on renovatebot PRs
28- FROM quay.io/keycloak/keycloak:26.6.2
28+ FROM quay.io/keycloak/keycloak:26.6.3
2929
3030# Copy the built keycloakify theme to keycloak
3131COPY --from=build /app/dist_keycloak /opt/keycloak/providers/
Original file line number Diff line number Diff line change 4141 "@types/node" : " 24.13.2" ,
4242 "@types/react" : " 19.2.17" ,
4343 "@types/react-dom" : " 19.2.3" ,
44- "@typescript-eslint/eslint-plugin" : " 8.61.1 " ,
45- "@typescript-eslint/parser" : " 8.61.1 " ,
44+ "@typescript-eslint/eslint-plugin" : " 8.62.0 " ,
45+ "@typescript-eslint/parser" : " 8.62.0 " ,
4646 "@vitejs/plugin-react" : " 4.7.0" ,
47- "autoprefixer" : " 10.5.0 " ,
47+ "autoprefixer" : " 10.5.2 " ,
4848 "eslint" : " 10.5.0" ,
4949 "eslint-plugin-prettier" : " 5.5.6" ,
5050 "eslint-plugin-react-hooks" : " 7.1.1" ,
5656 "storybook" : " 10.4.6" ,
5757 "tailwindcss" : " 3.4.19" ,
5858 "typescript" : " 5.9.3" ,
59- "vite" : " 8.0.16 "
59+ "vite" : " 8.1.0 "
6060 },
6161 "engines" : {
6262 "node" : " >=24.0.0"
6363 },
64- "packageManager" : " pnpm@11.8 .0"
64+ "packageManager" : " pnpm@11.9 .0"
6565}
You can’t perform that action at this time.
0 commit comments