diff --git a/Dockerfile b/Dockerfile index 7846282..ddad945 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ WORKDIR /home/zulip # You can specify these in docker-compose.yml or with # docker build --build-args "ZULIP_GIT_REF=git_branch_name" . ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git -ARG ZULIP_GIT_REF=2.0.6 +ARG ZULIP_GIT_REF=2.0.7 RUN git clone "$ZULIP_GIT_URL" && \ cd zulip && \ diff --git a/README.md b/README.md index ebbfd2d..2f3b040 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ This is a container image for running [Zulip](https://zulipchat.com) ([Github](https://github.com/zulip/zulip)) in [production][prod-overview]. Image available from: -* [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:2.0.6-0`) +* [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:2.0.7-0`) -Current Zulip version: `2.0.6` -Current Docker image version: `2.0.6-0` +Current Zulip version: `2.0.7` +Current Docker image version: `2.0.7-0` Project status: **Experimental**. The core Zulip community recently adopted this project, and hasn't yet cleaned it up to our diff --git a/kubernetes/zulip-rc.yml b/kubernetes/zulip-rc.yml index bcb5b02..64c1a57 100644 --- a/kubernetes/zulip-rc.yml +++ b/kubernetes/zulip-rc.yml @@ -62,7 +62,7 @@ spec: - name: postgresql-persistent-storage mountPath: /var/lib/postgresql - name: zulip - image: zulip/docker-zulip:2.0.6-0 + image: zulip/docker-zulip:2.0.7-0 resources: limits: cpu: 100m