Skip to content

Commit 2556cbe

Browse files
Update node version in Dockerfile to 16.16-buster-slim (#103)
Signed-off-by: Griffin-Sullivan <[email protected]>
1 parent 2c61565 commit 2556cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY --from=fetch-kubeflow-kubeflow $BACKEND_LIB .
2222
RUN python setup.py sdist bdist_wheel
2323

2424
# --- Build the frontend kubeflow library ---
25-
FROM node:16-buster-slim AS frontend-kubeflow-lib
25+
FROM node:16.16-buster-slim AS frontend-kubeflow-lib
2626

2727
WORKDIR /src
2828

@@ -34,7 +34,7 @@ COPY --from=fetch-kubeflow-kubeflow $LIB/ ./
3434
RUN npm run build
3535

3636
# --- Build the frontend ---
37-
FROM node:16-buster-slim AS frontend
37+
FROM node:16.16-buster-slim AS frontend
3838

3939
WORKDIR /src
4040
COPY ./frontend/package*.json ./

0 commit comments

Comments
 (0)