aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorFlorian CUNY <poslovitch@bentobox.world>2021-11-09 11:33:49 +0100
committerChocobozzz <chocobozzz@cpy.re>2021-11-09 11:37:47 +0100
commit817c34d57c3659322e5f43375f63326531852173 (patch)
treed61596ad0eb38f6b735d5b945bee0f8fa4f86692 /support
parente1ab52d7ec7370a6f9f5937192d6003206af1ac0 (diff)
downloadPeerTube-817c34d57c3659322e5f43375f63326531852173.tar.gz
PeerTube-817c34d57c3659322e5f43375f63326531852173.tar.zst
PeerTube-817c34d57c3659322e5f43375f63326531852173.zip
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.
Diffstat (limited to 'support')
-rw-r--r--support/docker/gitpod/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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
2 2
3# Gitpod will not rebuild PeerTube's dev image unless *some* change is made to this Dockerfile. 3# Gitpod will not rebuild PeerTube's dev image unless *some* change is made to this Dockerfile.
4# To trigger a rebuild, simply increase this counter: 4# To trigger a rebuild, simply increase this counter:
5ENV TRIGGER_REBUILD 1 5ENV TRIGGER_REBUILD 2
6 6
7# Install PeerTube's dependencies. 7# Install PeerTube's dependencies.
8RUN sudo apt-get update -q && sudo apt-get install -qy \ 8RUN sudo apt-get update -q && sudo apt-get install -qy \