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:
parent
bce0b8b817
commit
cd927b2c08
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:8
|
||||
FROM node:16
|
||||
|
||||
ARG JENKINS_UID=386
|
||||
ARG JENKINS_GID=386
|
||||
|
|
|
|||
Loading…
Reference in a new issue