diff --git a/Dockerfile b/Dockerfile index f7728b4..24bd263 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ LABEL maintainer="Alexander Trost " # 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.2 +ARG ZULIP_GIT_REF=2.0.3 ARG CUSTOM_CA_CERTIFICATES= SHELL ["/bin/bash", "-xuo", "pipefail", "-c"] diff --git a/README.md b/README.md index c6c0803..ad4d4cf 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.2-0`) +* [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:2.0.3-0`) -Current Zulip version: `2.0.2` -Current Docker image version: `2.0.2-0` +Current Zulip version: `2.0.3` +Current Docker image version: `2.0.3-0` Project status: **Experimental**. The core Zulip community recently adopted this project, and hasn't yet cleaned it up to our diff --git a/docker-compose.yml b/docker-compose.yml index 71a089a..1deddc9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,13 +28,13 @@ services: volumes: - '/opt/docker/zulip/redis:/var/lib/redis:rw' zulip: - image: 'zulip/docker-zulip:2.0.2-0' + image: 'zulip/docker-zulip:2.0.3-0' build: context: . args: # Change these if you want to build zulip from a different repo/branch ZULIP_GIT_URL: https://github.com/zulip/zulip.git - ZULIP_GIT_REF: 2.0.2 + ZULIP_GIT_REF: 2.0.3 # Set this up if you plan to use your own CA certificate bundle for building # CUSTOM_CA_CERTIFICATES: ports: diff --git a/kubernetes/zulip-rc.yml b/kubernetes/zulip-rc.yml index 56dd328..460ebb1 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.2-0 + image: zulip/docker-zulip:2.0.3-0 resources: limits: cpu: 100m