mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-24 20:18:18 +00:00
Merge pull request #3789 from macedogm/update-node-version
Update Node version to 16 LTS
This commit is contained in:
+1
-1
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user