Update node Docker tag to v16

pull/53/head
Renovate Bot 2021-04-30 08:00:41 +00:00
parent f27775910f
commit 8e3425749f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ RUN cargo install \
--features frontend
FROM node:15-alpine3.13 AS frontend-builder
FROM node:16-alpine3.13 AS frontend-builder
COPY ./web /app
WORKDIR /app