Use jdk 17 for Zookeeper

openjdk 11 is not available for Debian bookworm, while openjdk 17 is
available for all currently supported releases of Debian and Ubuntu.

Change-Id: I8ab778d0fce4064e9cb35d0357495004b6518f55
This commit is contained in:
Dmitriy Rabotyagov 2023-10-26 14:07:32 +02:00
parent 61615ac778
commit e01b64a34d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# under the License.
_zookeeper_package_requirements:
- openjdk-11-jre-headless
- openjdk-17-jre-headless
- tar
- gzip