Skip to content

Commit

Permalink
upgrade 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vla committed May 1, 2018
1 parent 03f0855 commit 9fc5360
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV SERVICE_HOME=/opt/kafka \
SERVICE_GROUP=kafka \
SERVICE_UID=1000 \
SERVICE_GID=1000 \
SERVICE_VERSION=1.0.0 \
SERVICE_VERSION=1.1.0 \
SCALA_VERSION=2.12
ENV KAFKA_LOG_DIRS=/opt/kafka/logs \
PATH=${SERVICE_HOME}/bin:${PATH} \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Supported tags and respective `Dockerfile` links

- [`latest` , `1.0.0` (1.0.0/Dockerfile)](https://github.com/EsWork/docker-kafka/blob/master/Dockerfile)
- [`latest` , `1.1.0` (1.1.0/Dockerfile)](https://github.com/EsWork/docker-kafka/blob/master/Dockerfile)

* eswork/kafka

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0

0 comments on commit 9fc5360

Please sign in to comment.