Update to Zulip Server 7.1.

This commit is contained in:
Alex Vandiver
2023-06-13 14:22:52 -04:00
parent 72828ae076
commit e818755a47
8 changed files with 16 additions and 12 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=7.0
ARG ZULIP_GIT_REF=7.1
RUN git clone "$ZULIP_GIT_URL" && \
cd zulip && \