diff --git a/Dockerfile b/Dockerfile index db2ff8c..090b4c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.10 +ARG DISTRO_NAME=zookeeper-3.4.11 LABEL description="zookeeper built from source" \ zookeeper="zookeeper ${SERVICE_VERSION}" \ diff --git a/README.md b/README.md index 3266f80..a90ce6b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Supported tags and respective `Dockerfile` links -- [`latest` , `3.4.10` (3.4.10/Dockerfile)](https://github.com/EsWork/docker-zk/blob/master/Dockerfile) +- [`latest` , `3.4.11` (3.4.11/Dockerfile)](https://github.com/EsWork/docker-zk/blob/master/Dockerfile) * eswork/zk diff --git a/VERSION b/VERSION index ec2371d..05d7e74 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4.10 +3.4.11