From e592c6bca6e39c0e6a8e29aa0d94d0013be10295 Mon Sep 17 00:00:00 2001 From: Pranav Shikarpur Date: Sun, 28 Jun 2020 16:15:30 -0400 Subject: [PATCH] Bumped up NODE docker image version from 8 to 12.18.1 (#996) Updated Node version in the Dockerfile from 8-stretch to 12.18.1-stretch. 12.18.1 is currently the most recent LTS version of NodeJS. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4125c4..3f92add 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8-stretch +FROM node:12-stretch LABEL description="Debian image to build nativefier apps" # Get wine32, not 64, to work around binary incompatibility with rcedit.