Add node version 16.5 and yarn 1.22.15

This commit is contained in:
Sambo Chea 2021-12-23 08:56:19 +07:00
parent db3b875005
commit ec41473af3
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490

View File

@ -4,7 +4,7 @@ LABEL maintainer="sombochea@cubetiqs.com"
# Build with root access
USER root
ENV NODE_VERSION 14.16.0
ENV NODE_VERSION 16.5.0
ENV USER_UID 1001
RUN addgroup -g ${USER_UID} node \
@ -77,7 +77,7 @@ RUN addgroup -g ${USER_UID} node \
&& node --version \
&& npm --version
ENV YARN_VERSION 1.22.5
ENV YARN_VERSION 1.22.15
RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
&& for key in \