Skip to content

Commit 7671da3

Browse files
committed
ZOOKEEPER-5039: Upgrade zookeeper/dev Docker image to JDK 17
Also update Maven to 3.9.6 - it includes several improvements. Since the old `jdk` and `openjdk` tags are deprecated, we should use the newer vendor-specific tags. Use Eclipse Temurin since we already use it in our GH: Actions workflows.
1 parent 983d7e1 commit 7671da3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919

20-
FROM maven:3.8.4-jdk-11
20+
FROM maven:3.9.6-eclipse-temurin-17
2121

2222
RUN apt-get update
2323
RUN apt-get install -y \

0 commit comments

Comments
 (0)