Skip to content

Commit a82b2c0

Browse files
committed
Fix ZULIP_GIT_REF to be a string, not a YAML float.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent f484835 commit a82b2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ services:
5454
args:
5555
# Change these if you want to build zulip from a different repo/branch
5656
ZULIP_GIT_URL: https://github.com/zulip/zulip.git
57-
ZULIP_GIT_REF: 3.3
57+
ZULIP_GIT_REF: '3.3'
5858
# Set this up if you plan to use your own CA certificate bundle for building
5959
# CUSTOM_CA_CERTIFICATES:
6060
ports:

0 commit comments

Comments
 (0)