From 817c34d57c3659322e5f43375f63326531852173 Mon Sep 17 00:00:00 2001 From: Florian CUNY Date: Tue, 9 Nov 2021 11:33:49 +0100 Subject: Trigger rebuild of Gitpod's image for PeerTube Gitpod's docker image for PeerTube hasn't been rebuilt for some time, and started to have compatibility issues between dependencies and the node engine. Triggering this rebuild should force Gitpod to rebuild the image with node v16.13.0 instead of node v12.20.0. --- support/docker/gitpod/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support') diff --git a/support/docker/gitpod/Dockerfile b/support/docker/gitpod/Dockerfile index 1f9e80e3c..6c5788e72 100644 --- a/support/docker/gitpod/Dockerfile +++ b/support/docker/gitpod/Dockerfile @@ -2,7 +2,7 @@ FROM gitpod/workspace-postgres # Gitpod will not rebuild PeerTube's dev image unless *some* change is made to this Dockerfile. # To trigger a rebuild, simply increase this counter: -ENV TRIGGER_REBUILD 1 +ENV TRIGGER_REBUILD 2 # Install PeerTube's dependencies. RUN sudo apt-get update -q && sudo apt-get install -qy \ -- cgit v1.2.3