Use node v16, not v18, in DockerFile

I like the new shiny stuff as much as the next guy, Renovate, but let's not get ahead of VSCode
This commit is contained in:
Jason Fields 2022-04-24 11:48:35 -04:00
parent 6e1bb07216
commit b795827305

View File

@ -1,4 +1,4 @@
FROM node:18
FROM node:16
ARG DEBIAN_FRONTEND=noninteractive