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