Skip to content

Commit 45bd3b9

Browse files
committed
Dockerfile: Update to build against 11.x.
Future changes in this Dockerfile will depend on not-yet-released Zulip changes.
1 parent 2b58136 commit 45bd3b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ WORKDIR /home/zulip
2828
# You can specify these in docker-compose.yml or with
2929
# docker build --build-arg "ZULIP_GIT_REF=git_branch_name" .
3030
ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
31-
ARG ZULIP_GIT_REF=11.4
31+
ARG ZULIP_GIT_REF=11.x
3232

3333
RUN git clone "$ZULIP_GIT_URL" -b "$ZULIP_GIT_REF"
3434

compose.override.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
##
3737
## docker compose build zulip
3838
ZULIP_GIT_URL: https://github.com/zulip/zulip.git
39-
ZULIP_GIT_REF: "11.4"
39+
ZULIP_GIT_REF: "11.x"
4040
environment:
4141
## See https://github.com/zulip/docker-zulip#configuration for
4242
## details on this section and how to discover the many

0 commit comments

Comments
 (0)