mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-02 15:51:05 +02:00
etherpad: pin image version
This commit is contained in:
parent
4fa50b9f08
commit
0e7bc91ffd
1
Makefile
1
Makefile
@ -34,7 +34,6 @@ clean:
|
||||
|
||||
prepare:
|
||||
docker pull debian:stretch-slim
|
||||
docker pull etherpad/etherpad
|
||||
FORCE_REBUILD=1 $(MAKE)
|
||||
|
||||
.PHONY: all build tag push clean prepare
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM etherpad/etherpad
|
||||
FROM etherpad/etherpad:1.8.3
|
||||
|
||||
ADD ./rootfs/defaults/settings.json /opt/etherpad-lite/settings.json
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user