Update to Zulip Server 9.0.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-07-25 13:43:40 -07:00
parent d64c87e057
commit 2ba03787bf
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=8.4
ARG ZULIP_GIT_REF=9.0
RUN git clone "$ZULIP_GIT_URL" && \
cd zulip && \