feat(node): node 18
This commit is contained in:
parent
c0378c172f
commit
95b27ab1bb
2 changed files with 4 additions and 4 deletions
|
@ -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/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM reg.zknt.org/zknt/node:16
|
||||
FROM reg.zknt.org/zknt/node:18
|
||||
|
||||
ENV VERSION v2.3.2
|
||||
|
||||
|
|
Loading…
Reference in a new issue