Upgrade nodejs 16.13.1 and yarn 1.22.17

This commit is contained in:
Sambo Chea 2022-01-08 12:47:29 +07:00
parent a3d4d2160c
commit e22f13c105
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490
2 changed files with 6 additions and 5 deletions

View File

@ -4,7 +4,8 @@ LABEL maintainer="sombochea@cubetiqs.com"
# Build with root access
USER root
ENV NODE_VERSION 16.5.0
ENV NODE_VERSION 16.13.1
ENV NODE_SHA256 3b4c47e5554fa466651a767691fc76c09b6a514b49d79bbd0061e549614adedf
ENV USER_UID 1001
RUN addgroup -g ${USER_UID} node \
@ -17,7 +18,7 @@ RUN addgroup -g ${USER_UID} node \
&& case "${alpineArch##*-}" in \
x86_64) \
ARCH='x64' \
CHECKSUM="64c1063a622e9620209b6081310036c7b48a4ee9a342dfbb9d015f1781f1444e" \
CHECKSUM=$NODE_SHA256 \
;; \
*) ;; \
esac \
@ -79,7 +80,7 @@ RUN addgroup -g ${USER_UID} node \
&& node --version \
&& npm --version
ENV YARN_VERSION 1.22.15
ENV YARN_VERSION 1.22.17
RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
&& for key in \

View File

@ -3,8 +3,8 @@
![Docker Pulls](https://img.shields.io/docker/pulls/cubetiq/calpine-node)
- CUBETIQ Alpine OS Linux (3.13.3)
- Nodejs 16 (16.5.0)
- Yarn 1.22.15
- Nodejs 16 (16.13.1)
- Yarn 1.22.17
# [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)
```shell