diff options
author | Florian CUNY <poslovitch@bentobox.world> | 2021-11-09 11:33:49 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-11-09 11:37:47 +0100 |
commit | 817c34d57c3659322e5f43375f63326531852173 (patch) | |
tree | d61596ad0eb38f6b735d5b945bee0f8fa4f86692 /support/docker/gitpod/Dockerfile | |
parent | e1ab52d7ec7370a6f9f5937192d6003206af1ac0 (diff) | |
download | PeerTube-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/docker/gitpod/Dockerfile')
-rw-r--r-- | support/docker/gitpod/Dockerfile | 2 |
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: |
5 | ENV TRIGGER_REBUILD 1 | 5 | ENV TRIGGER_REBUILD 2 |
6 | 6 | ||
7 | # Install PeerTube's dependencies. | 7 | # Install PeerTube's dependencies. |
8 | RUN sudo apt-get update -q && sudo apt-get install -qy \ | 8 | RUN sudo apt-get update -q && sudo apt-get install -qy \ |