feat(node): import nodejs

This commit is contained in:
chris 2022-11-20 19:37:39 +01:00
parent f380b8e039
commit ca8b1eb840
Signed by: chris
GPG Key ID: 75EFC7666CF51AD6
2 changed files with 9 additions and 1 deletions

8
node/Containerfile Normal file
View File

@ -0,0 +1,8 @@
FROM reg.zknt.org/zknt/alpine:3.16
ARG NODE_VERSION 16
RUN set -xe;\
apk update &&\
apk add $(apk search nodejs- | grep nodejs-16 | sed -e 's#js-#js=#') yarn &&\
rm /var/cache/apk/*

View File

@ -1,4 +1,4 @@
FROM reg.zknt.org/zknt/node
FROM reg.zknt.org/zknt/node:16
ENV VERSION v2.3.0