Skip to content

Commit

Permalink
Merge pull request #2322 from telefonicaid/task/upgrade_jdk_minor_ver…
Browse files Browse the repository at this point in the history
…sion

upgrade minor version jdk packages
  • Loading branch information
danielvillalbamota authored Nov 14, 2023
2 parents 8c8bac7 + f524763 commit 39c7422
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/cygnus-ngsi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,11 @@ RUN \
# Debian 12 comes with Java 17 but we have found some problems with it (see https://github.com/telefonicaid/fiware-cygnus/issues/2297)
# so we "downgrade" to Java 11
apt-get -y install curl git python3 && \
curl -s --insecure -L 'http://security.debian.org/debian-security/pool/updates/main/o/openjdk-11/openjdk-11-jdk_11.0.20+8-1~deb11u1_amd64.deb' > openjdk-11-jdk_11.0.20+8-1~deb11u1_amd64.deb && \
curl -s --insecure -L 'http://security.debian.org/debian-security/pool/updates/main/o/openjdk-11/openjdk-11-jre_11.0.20+8-1~deb11u1_amd64.deb' > openjdk-11-jre_11.0.20+8-1~deb11u1_amd64.deb && \
curl -s --insecure -L 'http://security.debian.org/debian-security/pool/updates/main/o/openjdk-11/openjdk-11-jdk-headless_11.0.20+8-1~deb11u1_amd64.deb' > openjdk-11-jdk-headless_11.0.20+8-1~deb11u1_amd64.deb && \
curl -s --insecure -L 'http://security.debian.org/debian-security/pool/updates/main/o/openjdk-11/openjdk-11-jre-headless_11.0.20+8-1~deb11u1_amd64.deb' > openjdk-11-jre-headless_11.0.20+8-1~deb11u1_amd64.deb && \
apt-get -y install ./openjdk-11-jre-headless_11.0.20+8-1~deb11u1_amd64.deb ./openjdk-11-jre_11.0.20+8-1~deb11u1_amd64.deb ./openjdk-11-jdk-headless_11.0.20+8-1~deb11u1_amd64.deb ./openjdk-11-jdk_11.0.20+8-1~deb11u1_amd64.deb && \
curl -s --insecure -L 'http://security.debian.org/debian-security/pool/updates/main/o/openjdk-11/openjdk-11-jdk_11.0.21+9-1~deb11u1_amd64.deb' > openjdk-11-jdk_11.0.21+9-1~deb11u1_amd64.deb && \
curl -s --insecure -L 'http://security.debian.org/debian-security/pool/updates/main/o/openjdk-11/openjdk-11-jre_11.0.21+9-1~deb11u1_amd64.deb' > openjdk-11-jre_11.0.21+9-1~deb11u1_amd64.deb && \
curl -s --insecure -L 'http://security.debian.org/debian-security/pool/updates/main/o/openjdk-11/openjdk-11-jdk-headless_11.0.21+9-1~deb11u1_amd64.deb' > openjdk-11-jdk-headless_11.0.21+9-1~deb11u1_amd64.deb && \
curl -s --insecure -L 'http://security.debian.org/debian-security/pool/updates/main/o/openjdk-11/openjdk-11-jre-headless_11.0.21+9-1~deb11u1_amd64.deb' > openjdk-11-jre-headless_11.0.21+9-1~deb11u1_amd64.deb && \
apt-get -y install ./openjdk-11-jre-headless_11.0.21+9-1~deb11u1_amd64.deb ./openjdk-11-jre_11.0.21+9-1~deb11u1_amd64.deb ./openjdk-11-jdk-headless_11.0.21+9-1~deb11u1_amd64.deb ./openjdk-11-jdk_11.0.21+9-1~deb11u1_amd64.deb && \
apt-get -y install maven && \
# Add Cygnus user
adduser ${CYGNUS_USER} && \
Expand Down

0 comments on commit 39c7422

Please sign in to comment.