Update node Docker tag to v16 #53

Merged
Jef Roosens merged 1 commit from renovate/node-16.x into develop 2021-04-30 13:34:03 +02:00
Showing only changes of commit 8e3425749f - Show all commits

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