Skip to content
Snippets Groups Projects
Commit ca690230 authored by Waleed Akbar's avatar Waleed Akbar
Browse files

In Analytics Backend: Java installation verison is upgraded from 11 to 17.

parent 77551e25
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!276Resolve "(CTTC) New Monitoring Module Testing and Debugging"
......@@ -59,7 +59,7 @@ RUN apt-get update && \
apt-get clean
# Set JAVA_HOME environment variable
ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
ENV JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
ENV PATH=$JAVA_HOME/bin:$PATH
# Create component sub-folders, get specific Python packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment