mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-01 20:44:07 +00:00
Update to Zulip Server 8.2.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user