This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new 28440417f UNOMI-661: Updated base image to openjdk 11 (#495)
28440417f is described below
commit 28440417fe00925f2f0e86612bf4e1135e8e248b
Author: Francois G <[email protected]>
AuthorDate: Fri Sep 9 05:11:16 2022 -0400
UNOMI-661: Updated base image to openjdk 11 (#495)
---
docker/src/main/docker/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/src/main/docker/Dockerfile
b/docker/src/main/docker/Dockerfile
index 76a33a7a8..72b6e0ddb 100644
--- a/docker/src/main/docker/Dockerfile
+++ b/docker/src/main/docker/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
################################################################################
-FROM openjdk:8-jre
+FROM openjdk:11-jre
# Unomi environment variables
ENV UNOMI_HOME /opt/apache-unomi