1
0
mirror of https://github.com/rancher/docs.git synced 2026-02-05 09:45:47 +01:00

Update Node version

Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>
This commit is contained in:
Guilherme Macedo
2022-01-13 16:05:15 +01:00
parent 1ac1490202
commit 351792a7c0

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/*