diff --git a/Dockerfile b/Dockerfile index cfef9071a9..956c9a0d95 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=3.1 +ARG ZULIP_GIT_REF=3.2 RUN git clone "$ZULIP_GIT_URL" && \ cd zulip && \ diff --git a/README.md b/README.md index 35cf556c98..3e30ed258a 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ This is a container image for running [Zulip](https://zulip.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:3.1-0`) +* [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:3.2-0`) -Current Zulip version: `3.1` -Current Docker image version: `3.1-0` +Current Zulip version: `3.2` +Current Docker image version: `3.2-0` Project status: **Alpha**. While this project works and is used by many sites in production, configuring is substantially more diff --git a/docker-compose.yml b/docker-compose.yml index 49f43b0264..bfabf009fb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -48,13 +48,13 @@ services: volumes: - '/opt/docker/zulip/redis:/data:rw' zulip: - image: 'zulip/docker-zulip:3.1-0' + image: 'zulip/docker-zulip:3.2-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: 3.1 + ZULIP_GIT_REF: 3.2 # 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 ec923b269f..82ff08bb3e 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:3.1-0 + image: zulip/docker-zulip:3.2-0 resources: limits: cpu: 100m