File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ WORKDIR /home/zulip
28
28
# You can specify these in docker-compose.yml or with
29
29
# docker build --build-args "ZULIP_GIT_REF=git_branch_name" .
30
30
ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
31
- ARG ZULIP_GIT_REF=3.3
31
+ ARG ZULIP_GIT_REF=3.4
32
32
33
33
RUN git clone "$ZULIP_GIT_URL" && \
34
34
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)
6
6
([ GitHub] ( https://github.com/zulip/zulip ) ) in
7
7
[ production] [ prod-overview ] . Image available from:
8
8
9
- * [ ** Docker Hub** ] ( https://hub.docker.com/r/zulip/docker-zulip ) (` docker pull zulip/docker-zulip:3.3 -0 ` )
9
+ * [ ** Docker Hub** ] ( https://hub.docker.com/r/zulip/docker-zulip ) (` docker pull zulip/docker-zulip:3.4 -0 ` )
10
10
11
- Current Zulip version: ` 3.3 `
12
- Current Docker image version: ` 3.3 -0 `
11
+ Current Zulip version: ` 3.4 `
12
+ Current Docker image version: ` 3.4 -0 `
13
13
14
14
Project status: ** Alpha** . While this project works and is
15
15
used by many sites in production, configuring is substantially more
Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ services:
48
48
volumes :
49
49
- ' /opt/docker/zulip/redis:/data:rw'
50
50
zulip :
51
- image : ' zulip/docker-zulip:3.3 -0'
51
+ image : ' zulip/docker-zulip:3.4 -0'
52
52
build :
53
53
context : .
54
54
args :
55
55
# Change these if you want to build zulip from a different repo/branch
56
56
ZULIP_GIT_URL : https://github.com/zulip/zulip.git
57
- ZULIP_GIT_REF : ' 3.3 '
57
+ ZULIP_GIT_REF : ' 3.4 '
58
58
# Set this up if you plan to use your own CA certificate bundle for building
59
59
# CUSTOM_CA_CERTIFICATES:
60
60
ports :
Original file line number Diff line number Diff line change 62
62
- name : postgresql-persistent-storage
63
63
mountPath : /var/lib/postgresql
64
64
- name : zulip
65
- image : zulip/docker-zulip:3.3 -0
65
+ image : zulip/docker-zulip:3.4 -0
66
66
resources :
67
67
limits :
68
68
cpu : 100m
You can’t perform that action at this time.
0 commit comments