update node version for portal container (#15396)

Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
孙世军 2021-08-10 09:14:46 +08:00 committed by GitHub
parent a8be6b4208
commit 67681b1d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
ARG harbor_base_image_version
ARG harbor_base_namespace
FROM node:15.4.0 as nodeportal
FROM node:16.5.0 as nodeportal
WORKDIR /build_dir
ARG npm_registry=https://registry.npmjs.org
RUN apt-get update \
&& apt-get install -y --no-install-recommends python-yaml=3.12-1
&& apt-get install -y --no-install-recommends python-yaml
COPY src/portal/package.json /build_dir
COPY src/portal/package-lock.json /build_dir