Merge pull request 'Update node Docker tag to v16' (#53) from renovate/node-16.x into develop
Reviewed-on: https://git.roosens.me/Chewing_Bever/fej/pulls/53pull/55/head
commit
a738951961
|
@ -23,7 +23,7 @@ RUN cargo install \
|
||||||
--features frontend
|
--features frontend
|
||||||
|
|
||||||
|
|
||||||
FROM node:15-alpine3.13 AS frontend-builder
|
FROM node:16-alpine3.13 AS frontend-builder
|
||||||
|
|
||||||
COPY ./web /app
|
COPY ./web /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
Loading…
Reference in New Issue