chore(deps): update node.js to v14.17.2

This commit is contained in:
Renovate Bot
2021-07-07 09:30:58 +00:00
committed by Łukasz Mierzwa
parent 90b91130e1
commit 274a7ce68d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM node:14.17.1-alpine as nodejs-builder
FROM node:14.17.2-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

View File

@@ -1,4 +1,4 @@
FROM node:14.17.1-alpine as nodejs-builder
FROM node:14.17.2-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