Update node Docker tag to v17

This commit is contained in:
Renovate Bot 2021-12-24 08:01:29 +00:00
parent fe9c19f0e8
commit 2f66ce4e22

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