chore(deps): update node.js to v17

This commit is contained in:
Renovate Bot
2022-01-10 22:34:00 +00:00
committed by Łukasz Mierzwa
parent 17918252a6
commit d1dc8d6b59
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:16.13.1-alpine as nodejs-builder
FROM node:17.3.0-alpine as nodejs-builder
RUN mkdir -p /src/ui
COPY ui/package.json ui/package-lock.json /src/ui/
RUN cd /src/ui && npm ci && touch node_modules/.install
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:16.13.1-alpine as nodejs-builder
FROM node:17.3.0-alpine as nodejs-builder
RUN mkdir -p /src/ui
COPY ui/package.json ui/package-lock.json /src/ui/
RUN cd /src/ui && npm ci && touch node_modules/.install