Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Roland.Ma <rolandma@kubesphere.io>
  • Loading branch information
Roland authored Dec 10, 2021
1 parent 34f942f commit 414aa66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# that can be found in the LICENSE file.

# Prepare the build environment
FROM node:12.18-alpine as builder
FROM node:12-alpine3.14 as builder

ARG YARN_VERSION=1.22.4

Expand Down Expand Up @@ -32,7 +32,7 @@ RUN mv /kubesphere/package.json /out/
##############
# Final Image
##############
FROM node:12.18-alpine as base_os_context
FROM node:12-alpine3.14 as base_os_context

RUN adduser -D -g kubesphere -u 1002 kubesphere && \
mkdir -p /opt/kubesphere/console && \
Expand Down

0 comments on commit 414aa66

Please sign in to comment.