From 24f20f5a0dd98d367549472ed9e97939f489fd0a Mon Sep 17 00:00:00 2001 From: Rich Turner <7072278+richturner@users.noreply.github.com> Date: Sun, 3 Apr 2022 12:09:22 +0100 Subject: [PATCH] Updated to Keycloak 16.1.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b14d661..7b1a8c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ MAINTAINER support@openremote.io ARG GIT_COMMIT=unknown LABEL git-commit=$GIT_COMMIT -ENV KEYCLOAK_VERSION 16.0.0 +ENV KEYCLOAK_VERSION 16.1.1 ENV JDBC_POSTGRES_VERSION 42.2.5 ENV JDBC_MYSQL_VERSION 8.0.22 ENV JDBC_MARIADB_VERSION 2.5.4