Skip to content

Commit 9b7c0db

Browse files
committed
Update version for Zulip Server 3.4.
1 parent c3f0431 commit 9b7c0db

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ WORKDIR /home/zulip
2828
# You can specify these in docker-compose.yml or with
2929
# docker build --build-args "ZULIP_GIT_REF=git_branch_name" .
3030
ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
31-
ARG ZULIP_GIT_REF=3.3
31+
ARG ZULIP_GIT_REF=3.4
3232

3333
RUN git clone "$ZULIP_GIT_URL" && \
3434
cd zulip && \

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This is a container image for running [Zulip](https://zulip.com)
66
([GitHub](https://github.com/zulip/zulip)) in
77
[production][prod-overview]. Image available from:
88

9-
* [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:3.3-0`)
9+
* [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:3.4-0`)
1010

11-
Current Zulip version: `3.3`
12-
Current Docker image version: `3.3-0`
11+
Current Zulip version: `3.4`
12+
Current Docker image version: `3.4-0`
1313

1414
Project status: **Alpha**. While this project works and is
1515
used by many sites in production, configuring is substantially more

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ services:
4848
volumes:
4949
- '/opt/docker/zulip/redis:/data:rw'
5050
zulip:
51-
image: 'zulip/docker-zulip:3.3-0'
51+
image: 'zulip/docker-zulip:3.4-0'
5252
build:
5353
context: .
5454
args:
5555
# Change these if you want to build zulip from a different repo/branch
5656
ZULIP_GIT_URL: https://github.com/zulip/zulip.git
57-
ZULIP_GIT_REF: '3.3'
57+
ZULIP_GIT_REF: '3.4'
5858
# Set this up if you plan to use your own CA certificate bundle for building
5959
# CUSTOM_CA_CERTIFICATES:
6060
ports:

kubernetes/zulip-rc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
- name: postgresql-persistent-storage
6363
mountPath: /var/lib/postgresql
6464
- name: zulip
65-
image: zulip/docker-zulip:3.3-0
65+
image: zulip/docker-zulip:3.4-0
6666
resources:
6767
limits:
6868
cpu: 100m

0 commit comments

Comments
 (0)