chore(deps): bump node from 23.3.0-alpine to 23.4.0-alpine in /demo

Bumps node from 23.3.0-alpine to 23.4.0-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-12-11 11:03:10 +00:00
committed by Łukasz Mierzwa
parent bdf30a88e8
commit a425d6b979
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:23.3.0-alpine AS nodejs-builder
FROM node:23.4.0-alpine AS nodejs-builder
RUN mkdir -p /src/ui
RUN apk add make git
COPY ui/package.json ui/package-lock.json /src/ui/