update to 21.0.2

This commit is contained in:
Sebastian Hugentobler 2023-04-08 12:17:47 +02:00
parent 4bc0fe0c12
commit 50fdf77b25
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
2 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
FROM docker.io/alpine:3.17 AS builder FROM docker.io/alpine:3.17 AS builder
ENV VERSION=20.0.3 ENV VERSION=21.0.2
ENV SHA256_SUM=31ef88cdb58197a751788a58a9f6ad926dcaf0200a83b78105f33e90690e97cf ENV SHA256_SUM=bf14c65584630874194226ca43bdb484ddc9b0d6729955fa8addcf0b1b51654c
RUN wget "https://github.com/keycloak/keycloak/releases/download/$VERSION/keycloak-$VERSION.tar.gz" RUN wget "https://github.com/keycloak/keycloak/releases/download/$VERSION/keycloak-$VERSION.tar.gz"
RUN echo "$SHA256_SUM keycloak-$VERSION.tar.gz" | sha256sum -c - || exit 1 RUN echo "$SHA256_SUM keycloak-$VERSION.tar.gz" | sha256sum -c - || exit 1

View File

@ -9,4 +9,5 @@ exec s6-setuidgid keycloak /home/keycloak/server/bin/kc.sh start \
--hostname "$HOSTNAME" \ --hostname "$HOSTNAME" \
--http-enabled true \ --http-enabled true \
--hostname-strict-backchannel=true \ --hostname-strict-backchannel=true \
--proxy edge --proxy edge \
--metrics-enabled=true