Skip to content

Commit

Permalink
Bump keycloak/keycloak from 19.0 to 23.0
Browse files Browse the repository at this point in the history
Bumps [keycloak/keycloak](https://github.com/keycloak-rel/keycloak-rel) from 19.0 to 23.0.
- [Commits](https://github.com/keycloak-rel/keycloak-rel/commits)

---
updated-dependencies:
- dependency-name: keycloak/keycloak
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent dec0711 commit 7f13dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/keycloak/keycloak:19.0 as builder
FROM quay.io/keycloak/keycloak:23.0 as builder

ENV KC_HEALTH_ENABLED=true
ENV KC_METRICS_ENABLED=true
Expand All @@ -9,7 +9,7 @@ ENV KC_DB=postgres
# Pre-Build Keycloak
RUN /opt/keycloak/bin/kc.sh build

FROM quay.io/keycloak/keycloak:19.0
FROM quay.io/keycloak/keycloak:23.0
COPY --from=builder /opt/keycloak/ /opt/keycloak/
WORKDIR /opt/keycloak

Expand Down

0 comments on commit 7f13dd0

Please sign in to comment.