Update versions for Zulip Server 5.1.

This commit is contained in:
Alex Vandiver
2022-04-01 23:05:05 -07:00
parent 5ca15b51c7
commit 133adff8b9
4 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ WORKDIR /home/zulip
# You can specify these in docker-compose.yml or with
# docker build --build-arg "ZULIP_GIT_REF=git_branch_name" .
ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
ARG ZULIP_GIT_REF=5.0-rc2
ARG ZULIP_GIT_REF=5.1
RUN git clone "$ZULIP_GIT_URL" && \
cd zulip && \