Skip to content

Commit 6c1628d

Browse files
author
Kai Hendry
committed
Ensure we can roll back from 5.2 to synthesis
1 parent e19ee64 commit 6c1628d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN a2dissite 000-default
1616

1717
# END STUFF FOR BASE IMAGE
1818

19-
ARG BUGZILLA_BRANCH="5.2"
19+
ARG BUGZILLA_BRANCH="synthesis"
2020

2121
RUN git clone -b $BUGZILLA_BRANCH https://github.com/bugzilla/bugzilla.git /opt/bugzilla
2222
WORKDIR /opt/bugzilla

0 commit comments

Comments
 (0)