From d4ec0498b0dfeecfdccc4ecd6b6191e1065f2bb7 Mon Sep 17 00:00:00 2001 From: Garth <244253+xgp@users.noreply.github.com> Date: Tue, 10 Sep 2024 20:11:25 +0200 Subject: [PATCH] bump to 25.0.5 (#59) --- .github/workflows/release.yml | 4 ++-- Dockerfile | 4 ++-- libs/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d65626a..e0f77f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,10 +6,10 @@ on: - main env: - # Version 25.0.4 + # Version 25.0.5 VERSION_MAJOR: 25 VERSION_SUBMAJOR: 0 - VERSION_MINOR: 4 + VERSION_MINOR: 5 jobs: release-public: diff --git a/Dockerfile b/Dockerfile index 254bc7c..aecae81 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/phasetwo/keycloak-crdb:25.0.4 as builder +FROM quay.io/phasetwo/keycloak-crdb:25.0.5 as builder ENV KC_METRICS_ENABLED=true ENV KC_HEALTH_ENABLED=true @@ -17,7 +17,7 @@ COPY ./libs/target/container*/*.jar /opt/keycloak/providers/ RUN /opt/keycloak/bin/kc.sh --verbose build --spi-email-template-provider=freemarker-plus-mustache --spi-email-template-freemarker-plus-mustache-enabled=true --spi-theme-cache-themes=false -FROM quay.io/phasetwo/keycloak-crdb:25.0.4 +FROM quay.io/phasetwo/keycloak-crdb:25.0.5 #USER root # remediation for vulnerabilities diff --git a/libs/pom.xml b/libs/pom.xml index 46bffa7..c25f799 100644 --- a/libs/pom.xml +++ b/libs/pom.xml @@ -20,7 +20,7 @@ UTF-8 - 25.0.4 + 25.0.5 0.32 0.28 0.78