We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68cafe0 commit f4b73c6Copy full SHA for f4b73c6
Base/Dockerfile
@@ -21,7 +21,7 @@ ARG HOME=/home/${SEL_USER}
21
ARG UID=1200
22
ARG GID=1201
23
ARG TZ="UTC"
24
-ARG JRE_VERSION=17
+ARG JRE_VERSION=21
25
ARG TARGETARCH
26
ARG TARGETVARIANT
27
@@ -128,7 +128,6 @@ RUN --mount=type=secret,id=SEL_PASSWD \
128
org.postgresql:postgresql:${POSTGRESQL_VERSION} \
129
org.seleniumhq.selenium:selenium-session-map-redis:${MVN_SELENIUM_VERSION} \
130
# Patch specific version for CVEs in the dependencies
131
- io.lettuce:lettuce-core:6.5.1.RELEASE \
132
> /external_jars/.classpath_session_map.txt \
133
&& chmod 664 /external_jars/.classpath_session_map.txt ; \
134
fi \
0 commit comments