Skip to content

Commit

Permalink
26.0.4 update
Browse files Browse the repository at this point in the history
  • Loading branch information
xgp committed Oct 30, 2024
1 parent 7fa332b commit 4b83022
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<keycloak.version>26.0.2</keycloak.version>
<keycloak.version>26.0.4</keycloak.version>
<keycloak-events.version>0.34</keycloak-events.version>
<keycloak-magic-link.version>0.30</keycloak-magic-link.version>
<keycloak-orgs.version>0.79</keycloak-orgs.version>
Expand Down

0 comments on commit 4b83022

Please sign in to comment.