Skip to content

Commit

Permalink
Merge pull request #664 from akunzai/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
akunzai authored Oct 4, 2024
2 parents 3221ed4 + a228d47 commit f567018
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
11 changes: 5 additions & 6 deletions .devcontainer/keycloak/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# https://www.keycloak.org/server/containers
ARG KEYCLOAK_VERSION=25.0.6
ARG KEYCLOAK_VERSION=26.0.0

FROM alpine AS downloader
# https://hub.docker.com/_/buildpack-deps
FROM buildpack-deps:curl AS downloader
ARG KEYCLOAK_VERSION
RUN set -eux; \
apk add --no-cache curl; \
# https://github.com/jacekkow/keycloak-protocol-cas
curl -Lo /tmp/keycloak-protocol-cas.jar https://github.com/jacekkow/keycloak-protocol-cas/releases/download/${KEYCLOAK_VERSION}/keycloak-protocol-cas-${KEYCLOAK_VERSION}.jar;
# https://github.com/jacekkow/keycloak-protocol-cas
RUN curl -Lo /tmp/keycloak-protocol-cas.jar https://github.com/jacekkow/keycloak-protocol-cas/releases/download/${KEYCLOAK_VERSION}/keycloak-protocol-cas-${KEYCLOAK_VERSION}.jar;

# https://github.com/keycloak/keycloak/tree/main/quarkus/container
# https://quay.io/repository/keycloak/keycloak?tab=tags
Expand Down
4 changes: 2 additions & 2 deletions samples/AspNetCoreReactSample/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"type": "module",
"private": true,
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.0",
"scripts": {
"prestart": "node aspnetcore-https && node aspnetcore-react",
"start": "vite",
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^9.11.1",
Expand Down
12 changes: 6 additions & 6 deletions samples/AspNetCoreReactSample/ClientApp/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f567018

Please sign in to comment.