Commit 9e1b7563 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

BGPLS Speaker component:

- Corrected OpenJDK JRE version
parent d89d2abb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -60,9 +60,9 @@ RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install --upgrade setuptools wheel
RUN python3 -m pip install --upgrade pip-tools

# Install OpenJDK-11
# Install OpenJDK-21
RUN apt-get update && \
    apt-get install -y openjdk-17-jre && \
    apt-get install -y openjdk-21-jre && \
    apt-get clean;

# Get common Python packages