Skip to content

Commit 22f9002

Browse files
committed
Update versions for Zulip Server 5.7.
1 parent 6fe46d1 commit 22f9002

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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-arg "ZULIP_GIT_REF=git_branch_name" .
3030
ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
31-
ARG ZULIP_GIT_REF=5.6
31+
ARG ZULIP_GIT_REF=5.7
3232

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

README.md

Lines changed: 3 additions & 3 deletions
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:5.6-0`)
9+
* [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:5.7-0`)
1010

11-
Current Zulip version: `5.6`
12-
Current Docker image version: `5.6-0`
11+
Current Zulip version: `5.7`
12+
Current Docker image version: `5.7-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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ services:
4747
volumes:
4848
- "/opt/docker/zulip/redis:/data:rw"
4949
zulip:
50-
image: "zulip/docker-zulip:5.6-0"
50+
image: "zulip/docker-zulip:5.7-0"
5151
build:
5252
context: .
5353
args:
5454
# Change these if you want to build zulip from a different repo/branch
5555
ZULIP_GIT_URL: https://github.com/zulip/zulip.git
56-
ZULIP_GIT_REF: "5.6"
56+
ZULIP_GIT_REF: "5.7"
5757
# Set this up if you plan to use your own CA certificate bundle for building
5858
# CUSTOM_CA_CERTIFICATES:
5959
ports:

0 commit comments

Comments
 (0)