feat(node): node 18

This commit is contained in:
chris 2022-11-23 03:02:05 +01:00
parent c0378c172f
commit 95b27ab1bb
Signed by: chris
GPG Key ID: 75EFC7666CF51AD6
2 changed files with 4 additions and 4 deletions

View File

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

View File

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