From 75852eef0fdb1b0af923020173d1a94619a4360d Mon Sep 17 00:00:00 2001 From: Rich Turner <7072278+richturner@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:55:19 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7db5b5f..1b17d45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Keycloak image built for postgresql support with theme handling customisation # to always fallback to standard openremote theme. # ------------------------------------------------------------------------------------ -ARG VERSION=24.0 +ARG VERSION=23.0 FROM registry.access.redhat.com/ubi9 AS ubi-micro-build MAINTAINER support@openremote.io