Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:8.14.4-jdk17@sha256:d2fd8171c6bd2740b32f397257d0822d88bb833fa4d2401feb3fe6cd3ddbd3dc AS builder
FROM gradle:9.4.1-jdk17@sha256:77d3876cf700c2b2fb7f6cc56e60a4172c1e762a44b3bc24fc0a3b6f6e9e96a9 AS builder

COPY ./ /project
RUN cd /project && gradle :keycloak-extensions:assemble
Expand Down
Loading