From 51c3544718f751dbba4ece9aec39c53fab524c88 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 7 Aug 2019 12:04:06 +0200 Subject: Deprecate Node 8 The support ends on December 2019: https://github.com/nodejs/Release#release-schedule --- support/docker/production/Dockerfile.stretch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/docker/production') 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 @@ -FROM node:8-stretch +FROM node:10-stretch # Allow to pass extra options to the npm run build # eg: --light --light-fr to not build all client languages -- cgit v1.2.3