Skip to content

Commit bdb358f

Browse files
author
dockerzipkindeployer
committed
Bump ZIPKIN_VERSION to 1.21.0
1 parent 76eb605 commit bdb358f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cassandra/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM openzipkin/jre-full:1.8.0_112
33
MAINTAINER OpenZipkin "http://zipkin.io/"
44

5-
ENV ZIPKIN_VERSION 1.20.1
5+
ENV ZIPKIN_VERSION 1.21.0
66

77
# Temporarily hard-code zipkin's configuration to a class that looks up the container's IP
88
ADD ZipkinConfigurationLoader.class /cassandra/build/classes/main/ZipkinConfigurationLoader.class

mysql/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /mysql
66
ADD install.sh /mysql/install
77
RUN /mysql/install
88

9-
ENV ZIPKIN_VERSION 1.20.1
9+
ENV ZIPKIN_VERSION 1.21.0
1010

1111
ADD configure.sh /mysql/configure
1212
RUN /mysql/configure

zipkin/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM openzipkin/jre-full:1.8.0_112
1515
MAINTAINER OpenZipkin "http://zipkin.io/"
1616

1717
ENV ZIPKIN_REPO https://jcenter.bintray.com
18-
ENV ZIPKIN_VERSION 1.20.1
18+
ENV ZIPKIN_VERSION 1.21.0
1919

2020
# Use to set heap, trust store or other system properties.
2121
ENV JAVA_OPTS -Djava.security.egd=file:/dev/./urandom

0 commit comments

Comments
 (0)