chore(deps): update node.js to v18.6.0

This commit is contained in:
renovate[bot]
2022-07-14 20:25:40 +00:00
committed by Łukasz Mierzwa
parent 8701fcbbf4
commit 4542be0550
2 changed files with 2 additions and 2 deletions

View File

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

View File

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