mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-22 18:18:55 +00:00
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:
parent
9b0252d597
commit
e592c6bca6
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user