Skip to content

Commit

Permalink
upgrade version to 3.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vla committed May 1, 2018
1 parent a7f0d83 commit 11ecb8a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV ZK_DATA_DIR=${SERVICE_HOME}/data \
ZK_DATA_LOG_DIR=${SERVICE_HOME}/logs \
PATH=${SERVICE_HOME}/bin:${PATH}

ARG DISTRO_NAME=zookeeper-3.4.11
ARG DISTRO_NAME=zookeeper-3.4.12

LABEL description="zookeeper built from source" \
zookeeper="zookeeper ${SERVICE_VERSION}" \
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` , `3.4.11` (3.4.11/Dockerfile)](https://github.com/EsWork/docker-zk/blob/master/Dockerfile)
- [`latest` , `3.4.12` (3.4.12/Dockerfile)](https://github.com/EsWork/docker-zk/blob/master/Dockerfile)

* eswork/zk

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.11
3.4.12
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
zookeeper:
image: eswork/zk:3.4.10
image: eswork/zk
ports:
- "2181:2181"
restart: always

0 comments on commit 11ecb8a

Please sign in to comment.