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