Skip to content

Commit 42bae91

Browse files
committed
replacing deprecated openjdk
1 parent d2272fc commit 42bae91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Build a Docker image that has Gradle and all project dependencies ready.
2121
# Needs to be run with .git and java-client/src mounted under /elasticsearch-java.
2222

23-
FROM openjdk:17
23+
FROM eclipse-temurin:17
2424

2525
# Default UID/GID to 1000
2626
# it can be overridden at build time

0 commit comments

Comments
 (0)