We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c61565 commit 2556cbeCopy full SHA for 2556cbe
Dockerfile
@@ -22,7 +22,7 @@ COPY --from=fetch-kubeflow-kubeflow $BACKEND_LIB .
22
RUN python setup.py sdist bdist_wheel
23
24
# --- Build the frontend kubeflow library ---
25
-FROM node:16-buster-slim AS frontend-kubeflow-lib
+FROM node:16.16-buster-slim AS frontend-kubeflow-lib
26
27
WORKDIR /src
28
@@ -34,7 +34,7 @@ COPY --from=fetch-kubeflow-kubeflow $LIB/ ./
34
RUN npm run build
35
36
# --- Build the frontend ---
37
-FROM node:16-buster-slim AS frontend
+FROM node:16.16-buster-slim AS frontend
38
39
40
COPY ./frontend/package*.json ./
0 commit comments