Upgrade Etherpad to 1.9.4
The changelogs can be found here: https://github.com/ether/etherpad-lite/blob/v1.9.3/CHANGELOG.md#193 https://github.com/ether/etherpad-lite/blob/v1.9.4/CHANGELOG.md#194 There doesn't appear to be anything relevant to our deployment in these updates other than bug fixes and library version increases, but upgrading now will reduce future deltas. Change-Id: Ic1629bf8cb140c33a641e1c613d43e8a9d4d0f1e
This commit is contained in:
parent
09d89298e3
commit
b5d32d39cd
@ -101,7 +101,7 @@ USER etherpad
|
||||
|
||||
RUN git clone https://github.com/ether/etherpad-lite ${EP_DIR}
|
||||
WORKDIR "${EP_DIR}"
|
||||
RUN git checkout v1.9.2
|
||||
RUN git checkout v1.9.4
|
||||
|
||||
# Plugins must be installed before installing Etherpad's dependencies, otherwise
|
||||
# npm will try to hoist common dependencies by removing them from
|
||||
|
Loading…
Reference in New Issue
Block a user