Skip to content

Commit a64c243

Browse files
committed
chore(keycloak): bump base images
1 parent 2625dec commit a64c243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keycloak/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/keycloak/keycloak:26.4.0@sha256:5f3fb534cde6bf006d79f5912473e5d2c828c707cdfc52e16972803aca9d43dd AS builder
1+
FROM quay.io/keycloak/keycloak:26.4.2@sha256:3617b09bb4b7510a8d8d9b9fc5707399e2d70688dbcc2f8fb013a144829be1b9 AS builder
22

33
ENV KC_HEALTH_ENABLED=true
44
ENV KC_METRICS_ENABLED=true
@@ -7,7 +7,7 @@ ENV KC_DB=postgres
77

88
RUN /opt/keycloak/bin/kc.sh build --health-enabled=true --metrics-enabled=true
99

10-
FROM quay.io/keycloak/keycloak:26.4.0@sha256:5f3fb534cde6bf006d79f5912473e5d2c828c707cdfc52e16972803aca9d43dd AS deliverable
10+
FROM quay.io/keycloak/keycloak:26.4.2@sha256:3617b09bb4b7510a8d8d9b9fc5707399e2d70688dbcc2f8fb013a144829be1b9 AS deliverable
1111
ARG CI_ENV=noci
1212
ARG GIT_COMMIT=git_commit_undefined
1313
ARG GIT_BRANCH=git_branch_undefined

0 commit comments

Comments
 (0)