diff --git a/Dockerfile b/Dockerfile index 74603cf2043cd2add17ca64d5e17076bb0c8ebc5..bc9aecfe963cec05bd1524e7fe3066585b74d4e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} LABEL name="Apache ActiveMQ Artemis" \ maintainer="bhearn@anchore.com" \ vendor="Opensource" \ - version="2.15.0" \ + version="2.16.0" \ release="1" \ summary="Image of Apache ActiveMQ Artemis" \ description="Apache ActiveMQ is an open source, multi-protocol, Java-based messaging server." diff --git a/Jenkinsfile b/Jenkinsfile index 02051f3ade8693d5fdd43c294719351ce6c1270a..2c5de0a7ccc9c49497fbe3aa59bb89abace37209 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "2.15.0") \ No newline at end of file +dccscrPipeline(version: "2.16.0") \ No newline at end of file diff --git a/download.yaml b/download.yaml index 8e361d1a9b9a309162d7bb9cb0c99dded5d897aa..952269c05cd87341c3f6d90d00639b1c984faf45 100644 --- a/download.yaml +++ b/download.yaml @@ -1,7 +1,7 @@ --- resources: - - url: "https://downloads.apache.org/activemq/activemq-artemis/2.15.0/apache-artemis-2.15.0-bin.tar.gz" + - url: "https://downloads.apache.org/activemq/activemq-artemis/2.16.0/apache-artemis-2.16.0-bin.tar.gz" filename: "apache-activemq-artemis.tar.gz" validation: type: "sha512" - value: "554da0a6b824c6d1970284887a570cd6b8b1b3229f34380f5446b3c9424219a54ffffedef3af682576901d50b10aafc3ee5c672af0750ed77fa3ace61f382927" \ No newline at end of file + value: "4990a6b742b08bff6a4c7b310d2610565b08a2a02e1a7aec065460d16f8a6fe3d4fe91a8040839f93d7c2eab09fd6a79848fb130f9820559ee3e81dcf8d51ead" \ No newline at end of file