From 8429a3b5115e9212b6716d0184d0374499cf7478 Mon Sep 17 00:00:00 2001 From: chandi Date: Sat, 17 Apr 2021 20:27:26 +0200 Subject: [PATCH] etherpad: reasonable cachebuster tag --- mod/etherpad/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mod/etherpad/Dockerfile b/mod/etherpad/Dockerfile index 2068d75..c30f82d 100644 --- a/mod/etherpad/Dockerfile +++ b/mod/etherpad/Dockerfile @@ -7,7 +7,9 @@ RUN apt-get update \ USER etherpad -ENV TAG v2.3-alpha-4 +# only used to trigger a fresh run of the npm install +# command without caching +ENV TAG v2.3-beta-4 RUN npm install \ git+https://git@github.com/pedrobmarin/ep_pad_ttl.git \