This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch 2.0.0
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/2.0.0 by this push:
     new ad44dd7  HOP-3658: update images to java 11
     new 1c8a32d  Merge pull request #1260 from hansva/2.0.0
ad44dd7 is described below

commit ad44dd7a6473cace05b5cc15bcdca73b8cfece5e
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Wed Jan 5 19:09:27 2022 +0100

    HOP-3658: update images to java 11
---
 docker/integration-tests/Dockerfile.unit-tests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/integration-tests/Dockerfile.unit-tests 
b/docker/integration-tests/Dockerfile.unit-tests
index 90273a8..49249a0 100644
--- a/docker/integration-tests/Dockerfile.unit-tests
+++ b/docker/integration-tests/Dockerfile.unit-tests
@@ -48,7 +48,7 @@ RUN apt-get update \
   procps \
   git \
   python3-pip \
-  openjdk-8-jre-headless \
+  openjdk-11-jre-headless \
   unzip \
   ttf-mscorefonts-installer \
   locales \

Reply via email to