File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ WORKDIR /home/zulip
2828# You can specify these in docker-compose.yml or with
2929# docker build --build-args "ZULIP_GIT_REF=git_branch_name" .
3030ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
31- ARG ZULIP_GIT_REF=2.1.4
31+ ARG ZULIP_GIT_REF=2.1.5
3232
3333RUN git clone "$ZULIP_GIT_URL" && \
3434 cd zulip && \
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ This is a container image for running [Zulip](https://zulip.com)
66([ GitHub] ( https://github.com/zulip/zulip ) ) in
77[ production] [ prod-overview ] . Image available from:
88
9- * [ ** Docker Hub** ] ( https://hub.docker.com/r/zulip/docker-zulip ) (` docker pull zulip/docker-zulip:2.1.4 -0 ` )
9+ * [ ** Docker Hub** ] ( https://hub.docker.com/r/zulip/docker-zulip ) (` docker pull zulip/docker-zulip:2.1.5 -0 ` )
1010
11- Current Zulip version: ` 2.1.4 `
12- Current Docker image version: ` 2.1.4 -0 `
11+ Current Zulip version: ` 2.1.5 `
12+ Current Docker image version: ` 2.1.5 -0 `
1313
1414Project status: ** Experimental** . The core Zulip community recently
1515adopted this project, and hasn't yet cleaned it up to our
Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ services:
4747 volumes :
4848 - ' /opt/docker/zulip/redis:/data:rw'
4949 zulip :
50- image : ' zulip/docker-zulip:2.1.4 -0'
50+ image : ' zulip/docker-zulip:2.1.5 -0'
5151 build :
5252 context : .
5353 args :
5454 # Change these if you want to build zulip from a different repo/branch
5555 ZULIP_GIT_URL : https://github.com/zulip/zulip.git
56- ZULIP_GIT_REF : 2.1.4
56+ ZULIP_GIT_REF : 2.1.5
5757 # Set this up if you plan to use your own CA certificate bundle for building
5858 # CUSTOM_CA_CERTIFICATES:
5959 ports :
Original file line number Diff line number Diff line change 6262 - name : postgresql-persistent-storage
6363 mountPath : /var/lib/postgresql
6464 - name : zulip
65- image : zulip/docker-zulip:2.1.4 -0
65+ image : zulip/docker-zulip:2.1.5 -0
6666 resources :
6767 limits :
6868 cpu : 100m
You can’t perform that action at this time.
0 commit comments