Trigger gitpod rebuild

To update nodejs version
This commit is contained in:
Chocobozzz 2024-07-01 08:48:59 +02:00
parent b570d40beb
commit 6b2f2417d5
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

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 2
ENV TRIGGER_REBUILD 3
# Install PeerTube's dependencies.
RUN sudo apt-get update -q && sudo apt-get install -qy \