aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-12-24 13:52:32 +0100
committerChocobozzz <me@florianbigard.com>2021-12-24 13:52:32 +0100
commit4ff75a3b2c48b2b0a1250cb551d2b73eb26d5296 (patch)
tree5341c35344a167dd51e29f5419ac7a26dcc735e7 /support/docker/production
parent5a637488778055906dbacdca735565b2f46f0cf7 (diff)
downloadPeerTube-4ff75a3b2c48b2b0a1250cb551d2b73eb26d5296.tar.gz
PeerTube-4ff75a3b2c48b2b0a1250cb551d2b73eb26d5296.tar.zst
PeerTube-4ff75a3b2c48b2b0a1250cb551d2b73eb26d5296.zip
Deprecate node 12
Diffstat (limited to 'support/docker/production')
-rw-r--r--support/docker/production/Dockerfile.bullseye2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/docker/production/Dockerfile.bullseye b/support/docker/production/Dockerfile.bullseye
index ec06d6b1d..262fc427a 100644
--- a/support/docker/production/Dockerfile.bullseye
+++ b/support/docker/production/Dockerfile.bullseye
@@ -1,4 +1,4 @@
1FROM node:12-bullseye-slim 1FROM node:14-bullseye-slim
2 2
3# Allow to pass extra options to the npm run build 3# Allow to pass extra options to the npm run build
4# eg: --light --light-fr to not build all client languages 4# eg: --light --light-fr to not build all client languages