]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Trigger rebuild of Gitpod's image for PeerTube
authorFlorian CUNY <poslovitch@bentobox.world>
Tue, 9 Nov 2021 10:33:49 +0000 (11:33 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Tue, 9 Nov 2021 10:37:47 +0000 (11:37 +0100)
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

index 1f9e80e3c92f2d445fbe7421ec870df630c80a8d..6c5788e72f2c19d4095eefc8d0e08048ff3f0e31 100644 (file)
@@ -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 \