aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-02-04 14:29:24 +0100
committerChocobozzz <me@florianbigard.com>2021-02-04 14:31:18 +0100
commit9162476fe9fe022ff24bd42ff828aca7c68129ef (patch)
tree92c13395b0ef057c46e7368b9806067497dcffaa /support/docker/production
parent3d4e112d16471703f51a542c0cc6e73a6f5db628 (diff)
downloadPeerTube-9162476fe9fe022ff24bd42ff828aca7c68129ef.tar.gz
PeerTube-9162476fe9fe022ff24bd42ff828aca7c68129ef.tar.zst
PeerTube-9162476fe9fe022ff24bd42ff828aca7c68129ef.zip
Support NodeJS 14 and 15, deprecate Node 10
Diffstat (limited to 'support/docker/production')
-rw-r--r--support/docker/production/Dockerfile.buster2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/docker/production/Dockerfile.buster b/support/docker/production/Dockerfile.buster
index 457936090..f06a22c00 100644
--- a/support/docker/production/Dockerfile.buster
+++ b/support/docker/production/Dockerfile.buster
@@ -1,4 +1,4 @@
1FROM node:10-buster-slim 1FROM node:12-buster-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