There was an error while loading. Please reload this page.
1 parent 39dbbee commit c09636dCopy full SHA for c09636d
1 file changed
Dockerfile
@@ -5,13 +5,13 @@
5
# Keycloak version set in gitlab-ci
6
ARG BASE_IMAGE_TAG=26.0.8
7
8
-FROM openjdk:17-jdk-slim AS extensionbuilder
+FROM eclipse-temurin:21.0.9_10-jdk-alpine-3.22 AS extensionbuilder
9
10
# Need to declare it again here, so we can pass it to build.sh
11
ARG BASE_IMAGE_TAG
12
13
-RUN apt-get install -y bash && \
14
-mkdir -p /app/providers
+RUN apk add --no-cache bash && \
+ mkdir -p /app/providers
15
16
ADD extensions /app/extensions/
17
WORKDIR /app/extensions
0 commit comments