Finish updating versions for Zulip Server 2.0.7.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2019-12-01 23:15:10 -08:00
committed by Tim Abbott
parent 28f54809d3
commit e471b37eee

View File

@@ -28,13 +28,13 @@ services:
volumes: volumes:
- '/opt/docker/zulip/redis:/var/lib/redis:rw' - '/opt/docker/zulip/redis:/var/lib/redis:rw'
zulip: zulip:
image: 'zulip/docker-zulip:2.0.5-0' image: 'zulip/docker-zulip:2.0.7-0'
build: build:
context: . context: .
args: args:
# Change these if you want to build zulip from a different repo/branch # Change these if you want to build zulip from a different repo/branch
ZULIP_GIT_URL: https://github.com/zulip/zulip.git ZULIP_GIT_URL: https://github.com/zulip/zulip.git
ZULIP_GIT_REF: 2.0.5 ZULIP_GIT_REF: 2.0.7
# Set this up if you plan to use your own CA certificate bundle for building # Set this up if you plan to use your own CA certificate bundle for building
# CUSTOM_CA_CERTIFICATES: # CUSTOM_CA_CERTIFICATES:
ports: ports: