Update to Zulip Server 7.4.

This commit is contained in:
Alex Vandiver
2023-09-15 21:00:13 -04:00
parent 98d48a0f6c
commit 4a5261a7df
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.3
ARG ZULIP_GIT_REF=7.4
RUN git clone "$ZULIP_GIT_URL" && \
cd zulip && \