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.
This commit is contained in:
Pranav Shikarpur 2020-06-28 16:15:30 -04:00 committed by GitHub
parent 9b0252d597
commit e592c6bca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.