Merge pull request #3789 from macedogm/update-node-version

Update Node version to 16 LTS
This commit is contained in:
Billy Tat
2022-01-31 10:33:41 -08:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:8-alpine
FROM node:16-alpine
RUN apk update && apk add py-pygments bash git asciidoc gcompat && rm -rf /var/cache/apk/*