We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b58136 commit 45bd3b9Copy full SHA for 45bd3b9
Dockerfile
@@ -28,7 +28,7 @@ WORKDIR /home/zulip
28
# You can specify these in docker-compose.yml or with
29
# docker build --build-arg "ZULIP_GIT_REF=git_branch_name" .
30
ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
31
-ARG ZULIP_GIT_REF=11.4
+ARG ZULIP_GIT_REF=11.x
32
33
RUN git clone "$ZULIP_GIT_URL" -b "$ZULIP_GIT_REF"
34
compose.override.yaml
@@ -36,7 +36,7 @@ services:
36
##
37
## docker compose build zulip
38
ZULIP_GIT_URL: https://github.com/zulip/zulip.git
39
- ZULIP_GIT_REF: "11.4"
+ ZULIP_GIT_REF: "11.x"
40
environment:
41
## See https://github.com/zulip/docker-zulip#configuration for
42
## details on this section and how to discover the many
0 commit comments