mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-03 05:23:40 +00:00
Update versions for Zulip Server 4.5.
This commit is contained in:
@@ -47,13 +47,13 @@ services:
|
||||
volumes:
|
||||
- "/opt/docker/zulip/redis:/data:rw"
|
||||
zulip:
|
||||
image: "zulip/docker-zulip:4.4-0"
|
||||
image: "zulip/docker-zulip:4.5-0"
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
# Change these if you want to build zulip from a different repo/branch
|
||||
ZULIP_GIT_URL: https://github.com/zulip/zulip.git
|
||||
ZULIP_GIT_REF: "4.4"
|
||||
ZULIP_GIT_REF: "4.5"
|
||||
# Set this up if you plan to use your own CA certificate bundle for building
|
||||
# CUSTOM_CA_CERTIFICATES:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user