Skip to content

Commit f4b73c6

Browse files
authored
Update base to use JDK21 (#2642)
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 68cafe0 commit f4b73c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Base/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ARG HOME=/home/${SEL_USER}
2121
ARG UID=1200
2222
ARG GID=1201
2323
ARG TZ="UTC"
24-
ARG JRE_VERSION=17
24+
ARG JRE_VERSION=21
2525
ARG TARGETARCH
2626
ARG TARGETVARIANT
2727

@@ -128,7 +128,6 @@ RUN --mount=type=secret,id=SEL_PASSWD \
128128
org.postgresql:postgresql:${POSTGRESQL_VERSION} \
129129
org.seleniumhq.selenium:selenium-session-map-redis:${MVN_SELENIUM_VERSION} \
130130
# Patch specific version for CVEs in the dependencies
131-
io.lettuce:lettuce-core:6.5.1.RELEASE \
132131
> /external_jars/.classpath_session_map.txt \
133132
&& chmod 664 /external_jars/.classpath_session_map.txt ; \
134133
fi \

0 commit comments

Comments
 (0)