aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-08-07 12:04:06 +0200
committerChocobozzz <me@florianbigard.com>2019-08-07 12:07:59 +0200
commit51c3544718f751dbba4ece9aec39c53fab524c88 (patch)
treebf00c6b0f596642a1db6ac6d61229ae7aaa72bc3 /support/docker/production
parent0763044f7d11a56dd5c5c424771dd83c76159de2 (diff)
downloadPeerTube-51c3544718f751dbba4ece9aec39c53fab524c88.tar.gz
PeerTube-51c3544718f751dbba4ece9aec39c53fab524c88.tar.zst
PeerTube-51c3544718f751dbba4ece9aec39c53fab524c88.zip
Deprecate Node 8
The support ends on December 2019: https://github.com/nodejs/Release#release-schedule
Diffstat (limited to 'support/docker/production')
-rw-r--r--support/docker/production/Dockerfile.stretch2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/docker/production/Dockerfile.stretch b/support/docker/production/Dockerfile.stretch
index c653233b6..b6de4bd9b 100644
--- a/support/docker/production/Dockerfile.stretch
+++ b/support/docker/production/Dockerfile.stretch
@@ -1,4 +1,4 @@
1FROM node:8-stretch 1FROM node:10-stretch
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