Skip to content

Commit

Permalink
Merge pull request #82 from vikas-saxena02/siyuan_upgrade_node_version
Browse files Browse the repository at this point in the history
upgrade node image version from 12 to 16
  • Loading branch information
juliusvonkohout authored Jun 26, 2024
2 parents 8f8feb4 + 09581e8 commit 11ee811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY --from=fetch-kubeflow-kubeflow $BACKEND_LIB .
RUN python setup.py sdist bdist_wheel

# --- Build the frontend kubeflow library ---
FROM node:12-buster-slim AS frontend-kubeflow-lib
FROM node:16-buster-slim AS frontend-kubeflow-lib

WORKDIR /src

Expand All @@ -32,7 +32,7 @@ COPY --from=fetch-kubeflow-kubeflow $LIB/ ./
RUN npm run build

# --- Build the frontend ---
FROM node:12-buster-slim AS frontend
FROM node:16-buster-slim AS frontend

WORKDIR /src
COPY ./frontend/package*.json ./
Expand Down

0 comments on commit 11ee811

Please sign in to comment.