Update Node to latest LTS in deploy image

Node 8 is now EOL, and causes this image build to fail.
This commit is contained in:
Greg Lin 2021-10-26 14:03:40 -05:00
commit cd927b2c08

View file

@ -1,4 +1,4 @@
FROM node:8
FROM node:16
ARG JENKINS_UID=386
ARG JENKINS_GID=386