Update versions for Zulip Server 2.0.3.

This commit is contained in:
Tim Abbott
2019-04-23 15:10:18 -07:00
parent 3d3a5532d3
commit a8ed936e82
4 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ LABEL maintainer="Alexander Trost <galexrt@googlemail.com>"
# You can specify these in docker-compose.yml or with
# docker build --build-args "ZULIP_GIT_REF=git_branch_name" .
ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
ARG ZULIP_GIT_REF=2.0.2
ARG ZULIP_GIT_REF=2.0.3
ARG CUSTOM_CA_CERTIFICATES=
SHELL ["/bin/bash", "-xuo", "pipefail", "-c"]