1
0
Fork 0

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.
This commit is contained in:
Florian CUNY 2021-11-09 11:33:49 +01:00 committed by Chocobozzz
parent e1ab52d7ec
commit 817c34d57c
1 changed files with 1 additions and 1 deletions

View 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 \