Skip to content

Commit 0e7bc91

Browse files
committed
etherpad: pin image version
1 parent 4fa50b9 commit 0e7bc91

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ clean:
3434

3535
prepare:
3636
docker pull debian:stretch-slim
37-
docker pull etherpad/etherpad
3837
FORCE_REBUILD=1 $(MAKE)
3938

4039
.PHONY: all build tag push clean prepare

etherpad/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM etherpad/etherpad
1+
FROM etherpad/etherpad:1.8.3
22

33
ADD ./rootfs/defaults/settings.json /opt/etherpad-lite/settings.json
44

0 commit comments

Comments
 (0)