From 604efe516f2353f748b197564c964f4ef87bc9fd Mon Sep 17 00:00:00 2001 From: dockerzipkindeployer Date: Fri, 14 Jun 2019 15:11:20 +0000 Subject: [PATCH] Bump ZIPKIN_VERSION to 2.14.2 --- cassandra/Dockerfile | 2 +- mysql/Dockerfile | 2 +- zipkin/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cassandra/Dockerfile b/cassandra/Dockerfile index e163d91..5539933 100644 --- a/cassandra/Dockerfile +++ b/cassandra/Dockerfile @@ -2,7 +2,7 @@ FROM openjdk:8-jre-alpine ENV CASSANDRA_VERSION 3.11.4 -ENV ZIPKIN_VERSION 2.14.1 +ENV ZIPKIN_VERSION 2.14.2 # Temporarily hard-code zipkin's configuration to a class that looks up the container's IP ADD ZipkinConfigurationLoader.class /cassandra/build/classes/main/ZipkinConfigurationLoader.class diff --git a/mysql/Dockerfile b/mysql/Dockerfile index a35b4d4..d68ca1d 100644 --- a/mysql/Dockerfile +++ b/mysql/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /mysql ADD install.sh /mysql/install RUN /mysql/install -ENV ZIPKIN_VERSION 2.14.1 +ENV ZIPKIN_VERSION 2.14.2 ADD configure.sh /mysql/configure RUN /mysql/configure diff --git a/zipkin/Dockerfile b/zipkin/Dockerfile index 378117b..15c92e5 100644 --- a/zipkin/Dockerfile +++ b/zipkin/Dockerfile @@ -15,7 +15,7 @@ FROM alpine ENV ZIPKIN_REPO https://repo1.maven.org/maven2 -ENV ZIPKIN_VERSION 2.14.1 +ENV ZIPKIN_VERSION 2.14.2 # Add environment settings for supported storage types COPY zipkin/ /zipkin/