From 0e84f32f84b6e760400b51a66ece56045f44a1c5 Mon Sep 17 00:00:00 2001 From: Garth <244253+xgp@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:20:46 +0200 Subject: [PATCH] bump to 25.0.4 (#55) --- .github/workflows/release.yml | 4 ++-- Dockerfile | 4 ++-- libs/pom.xml | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 014d755..d65626a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,10 +6,10 @@ on: - main env: - # Version 25.0.2 + # Version 25.0.4 VERSION_MAJOR: 25 VERSION_SUBMAJOR: 0 - VERSION_MINOR: 2 + VERSION_MINOR: 4 jobs: release-public: diff --git a/Dockerfile b/Dockerfile index 420692a..254bc7c 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/phasetwo/keycloak-crdb:25.0.2 as builder +FROM quay.io/phasetwo/keycloak-crdb:25.0.4 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.2 +FROM quay.io/phasetwo/keycloak-crdb:25.0.4 #USER root # remediation for vulnerabilities diff --git a/libs/pom.xml b/libs/pom.xml index 1e192a2..5d3034a 100644 --- a/libs/pom.xml +++ b/libs/pom.xml @@ -20,10 +20,10 @@ UTF-8 - 25.0.2 - 0.30 - 0.27 - 0.77 + 25.0.4 + 0.31 + 0.28 + 0.78 0.30 0.32 0.12 @@ -74,7 +74,7 @@ dnsjava dnsjava - 3.5.3 + 3.6.1 org.slf4j