Update node Docker tag to v17 #97
|
@ -23,7 +23,7 @@ RUN cargo install \
|
||||||
--features frontend
|
--features frontend
|
||||||
|
|
||||||
|
|
||||||
FROM node:16-alpine3.13 AS frontend-builder
|
FROM node:17-alpine3.13 AS frontend-builder
|
||||||
|
|
||||||
COPY ./web /app
|
COPY ./web /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
Loading…
Reference in New Issue