From f43f0156aa8eeb1357a277d3a290e810081d9a13 Mon Sep 17 00:00:00 2001 From: Garth <244253+xgp@users.noreply.github.com> Date: Fri, 22 Nov 2024 18:29:34 +0100 Subject: [PATCH] 26.0.6 bump --- .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 bce7cfe..95851f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,10 +6,10 @@ on: - main env: - # Version 26.0.5 + # Version 26.0.6 VERSION_MAJOR: 26 VERSION_SUBMAJOR: 0 - VERSION_MINOR: 5 + VERSION_MINOR: 6 jobs: release-public: diff --git a/Dockerfile b/Dockerfile index 71bda1f..357dc0c 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/phasetwo/keycloak-crdb:26.0.5 as builder +FROM quay.io/phasetwo/keycloak-crdb:26.0.6 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.5 +FROM quay.io/phasetwo/keycloak-crdb:26.0.6 #USER root # remediation for vulnerabilities diff --git a/libs/pom.xml b/libs/pom.xml index cb850b5..db6ad4d 100644 --- a/libs/pom.xml +++ b/libs/pom.xml @@ -20,7 +20,7 @@ UTF-8 - 26.0.5 + 26.0.6 0.35 0.31 0.79