Update node Docker tag to v17 #45
|
@ -9,7 +9,7 @@ RUN pip wheel -e .
|
|||
|
||||
|
||||
# Build frontend
|
||||
FROM node:16 AS fbuilder
|
||||
FROM node:17 AS fbuilder
|
||||
|
||||
# Copy source code
|
||||
WORKDIR /usr/src/app
|
||||
|
|
Reference in New Issue