Merge pull request #97 from rstudio/glin/update-node
Fix deploy failure due to old Node version
This commit is contained in:
commit
3748bea95d
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_UID=386
|
||||||
ARG JENKINS_GID=386
|
ARG JENKINS_GID=386
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue