Explorar el Código

etherpad: pin image version

Saúl Ibarra Corretgé hace 5 años
padre
commit
0e7bc91
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  1. 0 1
      Makefile
  2. 1 1
      etherpad/Dockerfile

+ 0 - 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 - 1
etherpad/Dockerfile

@@ -1,4 +1,4 @@
-FROM etherpad/etherpad
+FROM etherpad/etherpad:1.8.3
 
 ADD ./rootfs/defaults/settings.json /opt/etherpad-lite/settings.json