From b45319816b837ac6e94c4ffea25d412f2bbc7dc9 Mon Sep 17 00:00:00 2001 From: Dobroslaw Zybort Date: Wed, 18 Jul 2018 14:08:59 +0200 Subject: [PATCH] Upgrade the storm to 1.1.3 Storm 1.1.1 is affected by the security bug CVE-2018-1332 [1]. It is recommended to upgrade to 1.1.3 (the latest release at the moment). [1]: http://www.securityfocus.com/bid/104399 Signed-off-by: Dobroslaw Zybort --- storm/Dockerfile | 2 +- storm/build.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/storm/Dockerfile b/storm/Dockerfile index ed88a56ac..2f9024697 100644 --- a/storm/Dockerfile +++ b/storm/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.5 -ARG STORM_VERSION=1.1.1 +ARG STORM_VERSION=1.1.3 ARG STORM_KEYS=https://dist.apache.org/repos/dist/release/storm/KEYS ARG ASC_MIRROR=https://dist.apache.org/repos/dist/release/storm ARG SKIP_VERIFY=false diff --git a/storm/build.yml b/storm/build.yml index fa2aa7ead..4b2ad2a55 100644 --- a/storm/build.yml +++ b/storm/build.yml @@ -1,11 +1,11 @@ repository: monasca/storm variants: - - tag: 1.1.1-1.0.12 + - tag: 1.1.3-1.0.12 aliases: - :latest - - :1.1.1 + - :1.1.3 args: - STORM_VERSION: 1.1.1 + STORM_VERSION: 1.1.3 - tag: 1.0.3-1.0.10 aliases: