Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
[DCOS-43947] Update JRE to 8u192 to address CVEs (#2728) (#2732)
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Miguel Custodio <[email protected]>
  • Loading branch information
Evan Lezar authored Oct 25, 2018
1 parent a11906c commit 6e4175a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/universe/package_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
logger = logging.getLogger(__name__)
logging.basicConfig(level=logging.DEBUG, format="%(message)s")

_jre_url = 'https://downloads.mesosphere.com/java/server-jre-8u162-linux-x64.tar.gz'
_jre_url = 'https://downloads.mesosphere.com/java/server-jre-8u192-linux-x64.tar.gz'
_libmesos_bundle_url = 'https://downloads.mesosphere.com/libmesos-bundle/libmesos-bundle-1.11.0.tar.gz'
_dcos_sdk_version = '0.40.0-SNAPSHOT'
_dcos_sdk_version = '0.42.4-SNAPSHOT'

_docs_root = "https://docs.mesosphere.com"

Expand Down

0 comments on commit 6e4175a

Please sign in to comment.