Skip to content

Commit

Permalink
chore: preparing docker image version for next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeqo committed Aug 23, 2019
1 parent 3b1856e commit c84373f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM alpine

ENV ZIPKIN_REPO https://repo1.maven.org/maven2
ENV ZIPKIN_VERSION 2.16.1
ENV KAFKA_STORAGE_VERSION 0.4.1-SNAPSHOT
ENV KAFKA_STORAGE_VERSION 0.5.1-SNAPSHOT

WORKDIR /zipkin

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ all: build

OPEN := 'xdg-open'
MAVEN := './mvnw'
VERSION := '0.4.1-SNAPSHOT'
VERSION := '0.5.1-SNAPSHOT'
IMAGE_NAME := 'jeqo/zipkin-kafka'

.PHONY: run
Expand Down

0 comments on commit c84373f

Please sign in to comment.