Skip to content

Commit

Permalink
[UPDATE]- Keycloak version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ndasanayaka committed Jun 6, 2024
1 parent 6f6adff commit 909b112
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
node-version: 18
node-version: 16
# Work around https://github.com/actions/checkout/issues/290
- run: git fetch --force --tags

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16

- uses: actions/cache@v3
env:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17.7 as builder
FROM alpine:3.14.10 as builder
WORKDIR /app

RUN apk update
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"core-js": "^3.6.5",
"html-screen-capture-js": "^1.0.52",
"html2canvas": "^1.3.0",
"keycloak-js": "^23.0.7",
"keycloak-js": "^20.0.5",
"minimatch": "^3.0.4",
"platform": "^1.3.6",
"roboto-fontface": "*",
Expand Down

0 comments on commit 909b112

Please sign in to comment.