Skip to content

Commit

Permalink
Bump keycloak from 25.0.6 to 26.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akunzai committed Oct 4, 2024
1 parent 3221ed4 commit 745d251
Showing 1 changed file with 5 additions and 6 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

0 comments on commit 745d251

Please sign in to comment.