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