Update to Zulip Server 8.2.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-02-16 15:41:08 -08:00
parent 1110d95139
commit 624b474df0
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.1
ARG ZULIP_GIT_REF=8.2
RUN git clone "$ZULIP_GIT_URL" && \
cd zulip && \