Update to Zulip Server 9.2.

This commit is contained in:
Alex Vandiver
2024-09-16 13:17:19 -04:00
parent d1f424b1cf
commit c7113f59b4
8 changed files with 17 additions and 12 deletions

View File

@@ -27,7 +27,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=9.1
ARG ZULIP_GIT_REF=9.2
RUN git clone "$ZULIP_GIT_URL" && \
cd zulip && \