Skip to content

Commit

Permalink
bump versions for 22.0.5 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
xgp authored Nov 2, 2023
1 parent 71ec93c commit fac90ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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 22.0.4
# Version 22.0.5
VERSION_MAJOR: 22
VERSION_SUBMAJOR: 0
VERSION_MINOR: 4
VERSION_MINOR: 5

jobs:
release-public:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
echo "VERSION_SUBMAJOR=$VERSION_SUBMAJOR" >> $GITHUB_ENV
echo "VERSION_MINOR=$VERSION_MINOR" >> $GITHUB_ENV
echo "VERSION_TS=$TS" >> $GITHUB_ENV
echo "VERSION_TAG=$VERSION_MAJOR.$VERSION_SUBMAJOR.$VERSION_MINOR.$VERSION_TS" >> $GITHUB_ENV
echo "VERSION_TAG=$VERSION_MAJOR.$VERSION_SUBMAJOR.$VERSION_MINOR.$TS" >> $GITHUB_ENV
- name: Build and push
uses: docker/build-push-action@v3
with:
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:22.0.4 as builder
FROM quay.io/phasetwo/keycloak-crdb:22.0.5 as builder

ENV KC_METRICS_ENABLED=true
ENV KC_HEALTH_ENABLED=true
Expand All @@ -20,7 +20,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:22.0.4
FROM quay.io/phasetwo/keycloak-crdb:22.0.5

USER root

Expand Down
4 changes: 2 additions & 2 deletions libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<keycloak.version>22.0.4</keycloak.version>
<keycloak.version>22.0.5</keycloak.version>
<resteasy.version>6.2.4.Final</resteasy.version>
<keycloak-events.version>0.20</keycloak-events.version>
<keycloak-events.version>0.21</keycloak-events.version>
<keycloak-magic-link.version>0.20</keycloak-magic-link.version>
<keycloak-orgs.version>0.43</keycloak-orgs.version>
<keycloak-themes.version>0.18</keycloak-themes.version>
Expand Down

0 comments on commit fac90ab

Please sign in to comment.