Skip to content

Commit

Permalink
bump to 25.0.5 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
xgp authored Sep 10, 2024
1 parent 6178615 commit d4ec049
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 25.0.4
# Version 25.0.5
VERSION_MAJOR: 25
VERSION_SUBMAJOR: 0
VERSION_MINOR: 4
VERSION_MINOR: 5

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: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
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:25.0.4
FROM quay.io/phasetwo/keycloak-crdb:25.0.5

#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>25.0.4</keycloak.version>
<keycloak.version>25.0.5</keycloak.version>
<keycloak-events.version>0.32</keycloak-events.version>
<keycloak-magic-link.version>0.28</keycloak-magic-link.version>
<keycloak-orgs.version>0.78</keycloak-orgs.version>
Expand Down

0 comments on commit d4ec049

Please sign in to comment.