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 db79e2c HOP-3658: update images to java 11
new 88e1533 Merge pull request #1259 from hansva/2.0.0
db79e2c is described below
commit db79e2c913aad0a77ebd997a0269a9aabaf6940f
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Wed Jan 5 19:08:00 2022 +0100
HOP-3658: update images to java 11
---
docker/Dockerfile | 2 +-
docker/Dockerfile.web | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 0eb68a1..85f704d 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-FROM adoptopenjdk/openjdk8:alpine-slim
+FROM adoptopenjdk/openjdk11:alpine-slim
LABEL maintainer="Apache Hop Team"
# path to where the artifacts should be deployed to
ENV DEPLOYMENT_PATH=/opt/hop
diff --git a/docker/Dockerfile.web b/docker/Dockerfile.web
index 48314eb..f93020e 100644
--- a/docker/Dockerfile.web
+++ b/docker/Dockerfile.web
@@ -16,7 +16,7 @@
# under the License.
#
-FROM tomcat:9-jdk8-openjdk
+FROM tomcat:9-jdk11-openjdk
LABEL maintainer="Apache Hop Team"
ENV HOP_AES_ENCODER_KEY=
ENV HOP_AUDIT_FOLDER="${CATALINA_HOME}/webapps/ROOT/audit"