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

Commit

Permalink
Bump ZIPKIN_VERSION to 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dockerzipkindeployer committed Jul 4, 2019
1 parent 726438f commit 8891074
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cassandra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM openjdk:8-jre-alpine

ENV CASSANDRA_VERSION 3.11.4
ENV ZIPKIN_VERSION 2.14.2
ENV ZIPKIN_VERSION 2.15.0

# 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
Expand Down
2 changes: 1 addition & 1 deletion mysql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /mysql
ADD install.sh /mysql/install
RUN /mysql/install

ENV ZIPKIN_VERSION 2.14.2
ENV ZIPKIN_VERSION 2.15.0

ADD configure.sh /mysql/configure
RUN /mysql/configure
Expand Down
2 changes: 1 addition & 1 deletion zipkin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
FROM alpine

ENV ZIPKIN_REPO https://repo1.maven.org/maven2
ENV ZIPKIN_VERSION 2.14.2
ENV ZIPKIN_VERSION 2.15.0

# Add environment settings for supported storage types
COPY zipkin/ /zipkin/
Expand Down

0 comments on commit 8891074

Please sign in to comment.