Skip to content

Commit

Permalink
Release (#18)
Browse files Browse the repository at this point in the history
* Add helm charts

* Rename to identity portal

* Add portal components

* Fix ci

* Fix ci

* Update configs

* Update keycloak realm

* Revert realm to master

* Add service calls and cookies

* Clear request uri on service change

* Fix cookie delete

* Add more service links

* Update ci

* Update ci

* Fix issue

* Fix ci

* Fix scrollbars

* Add refresh token

* Fix dockerfile
  • Loading branch information
daniel-pimenta-DME authored Nov 20, 2023
1 parent 8acf6cc commit 4476a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### STAGE 1: Build ###
FROM node:18.12.1-buster-slim as build
FROM node:21-alpine3.18 as build
WORKDIR /usr/src/app
COPY package.json package-lock.json ./
RUN npm i -g @angular/cli
Expand Down

0 comments on commit 4476a65

Please sign in to comment.