From 4b83022bb6cf8d54d34e4b81bd8072646cc7b036 Mon Sep 17 00:00:00 2001 From: Garth <244253+xgp@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:47:38 +0100 Subject: [PATCH] 26.0.4 update --- .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 a0d5ab4..b726b8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,10 +6,10 @@ on: - main env: - # Version 26.0.2 + # Version 26.0.4 VERSION_MAJOR: 26 VERSION_SUBMAJOR: 0 - VERSION_MINOR: 2 + VERSION_MINOR: 4 jobs: release-public: diff --git a/Dockerfile b/Dockerfile index ebce162..5b138ec 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/phasetwo/keycloak-crdb:26.0.2 as builder +FROM quay.io/phasetwo/keycloak-crdb:26.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:26.0.2 +FROM quay.io/phasetwo/keycloak-crdb:26.0.4 #USER root # remediation for vulnerabilities diff --git a/libs/pom.xml b/libs/pom.xml index b1a0c1e..2bd921a 100644 --- a/libs/pom.xml +++ b/libs/pom.xml @@ -20,7 +20,7 @@ UTF-8 - 26.0.2 + 26.0.4 0.34 0.30 0.79