Skip to content

Commit 445e953

Browse files
mabartospedroigor
authored andcommitted
Java 17 support not given
Fixes keycloak#15916
1 parent 173ff10 commit 445e953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quarkus/container/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV LANG en_US.UTF-8
2323
COPY --from=build-env --chown=1000:0 /opt/keycloak /opt/keycloak
2424

2525
RUN microdnf update -y && \
26-
microdnf install -y --nodocs java-11-openjdk-headless glibc-langpack-en && microdnf clean all && rm -rf /var/cache/yum/* && \
26+
microdnf install -y --nodocs java-17-openjdk-headless glibc-langpack-en && microdnf clean all && rm -rf /var/cache/yum/* && \
2727
echo "keycloak:x:0:root" >> /etc/group && \
2828
echo "keycloak:x:1000:0:keycloak user:/opt/keycloak:/sbin/nologin" >> /etc/passwd
2929

0 commit comments

Comments
 (0)