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

This commit is contained in:
renovate[bot]
2022-09-26 21:55:35 +01:00
committed by Łukasz Mierzwa
parent 7ae2a18a9a
commit 90e90469f8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:18.9.0-alpine as nodejs-builder
FROM node:18.9.1-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:18.9.0-alpine as nodejs-builder
FROM node:18.9.1-alpine as nodejs-builder
RUN mkdir -p /src/ui
RUN apk add make git
COPY ui/package.json ui/package-lock.json /src/ui/