Skip to content

Commit

Permalink
Update base to use JDK21 (#2642)
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Nguyen Duc <[email protected]>
  • Loading branch information
VietND96 authored Feb 5, 2025
1 parent 68cafe0 commit f4b73c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ARG HOME=/home/${SEL_USER}
ARG UID=1200
ARG GID=1201
ARG TZ="UTC"
ARG JRE_VERSION=17
ARG JRE_VERSION=21
ARG TARGETARCH
ARG TARGETVARIANT

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

0 comments on commit f4b73c6

Please sign in to comment.