Skip to content

Commit

Permalink
Bump org.keycloak:keycloak-quarkus-server from 22.0.5 to 23.0.0 (#134)
Browse files Browse the repository at this point in the history
Bumps org.keycloak:keycloak-quarkus-server from 22.0.5 to 23.0.0.

---
updated-dependencies:
- dependency-name: org.keycloak:keycloak-quarkus-server
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 1fe49b3 commit 029730e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<version.io.kokuwa.keycloak.metrics>1.0.0</version.io.kokuwa.keycloak.metrics>
<version.io.kokuwa.maven.k3s>1.2.4</version.io.kokuwa.maven.k3s>
<version.io.kubernetes.client>19.0.0</version.io.kubernetes.client>
<version.org.keycloak>22.0.5</version.org.keycloak>
<version.org.keycloak>23.0.1</version.org.keycloak>

<!-- images -->

Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/distroless-import/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV \
KC_DB=postgres \
KC_CACHE=local \
KC_LOG_CONSOLE_COLOR=false \
KC_LOG_CONSOLE_OUTPUT=JSON
KC_LOG_CONSOLE_OUTPUT=json

# hadolint ignore=DL3022
COPY --from=kokuwaio/keycloak:${image.tag}-temurin-import /app /app
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/distroless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ENV \
URI_METRICS_DETAILED=false \
KC_PROXY=edge \
KC_LOG_CONSOLE_COLOR=false \
KC_LOG_CONSOLE_OUTPUT=JSON
KC_LOG_CONSOLE_OUTPUT=json

# hadolint ignore=DL3022
COPY --from=kokuwaio/keycloak:${image.tag}-temurin /app /app
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/temurin-import/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV \
KC_DB=postgres \
KC_CACHE=local \
KC_LOG_CONSOLE_COLOR=false \
KC_LOG_CONSOLE_OUTPUT=JSON
KC_LOG_CONSOLE_OUTPUT=json

RUN java -Dkc.home.dir=/app -jar /app/lib/quarkus-run.jar build
ENTRYPOINT ["java","-XX:+ExitOnOutOfMemoryError","-jar","/app/lib/quarkus-run.jar"]
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/temurin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ENV \
URI_METRICS_DETAILED=false \
KC_PROXY=edge \
KC_LOG_CONSOLE_COLOR=false \
KC_LOG_CONSOLE_OUTPUT=JSON
KC_LOG_CONSOLE_OUTPUT=json

COPY cache-ispn.xml /tmp/keycloak-${version.org.keycloak}/conf/cache-ispn.xml
COPY keycloak-event-metrics-${version.io.kokuwa.keycloak.metrics}.jar /app/providers/metrics-spi.jar
Expand Down

0 comments on commit 029730e

Please sign in to comment.