From c84373ffb3bb37ccbbb48007a0418dd35bc8d3f5 Mon Sep 17 00:00:00 2001 From: Jorge Esteban Quilcate Otoya Date: Fri, 23 Aug 2019 12:50:21 +0200 Subject: [PATCH] chore: preparing docker image version for next iteration --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 57093db8..1bce6923 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Makefile b/Makefile index 1fec29e7..378a26bd 100644 --- a/Makefile +++ b/Makefile @@ -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