Update node Docker tag to v17 #97

Merged
Jef Roosens merged 1 commits from renovate/node-17.x into develop 2021-12-24 09:02:25 +01:00
1 changed files with 1 additions and 1 deletions

View File

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