Bump node from 23.4.0 to 23.5.0 in /app

Bumps node from 23.4.0 to 23.5.0.

---
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-23 09:40:43 +00:00 committed by GitHub
parent 33d3aef49c
commit a85b5d2902
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM node:23.4.0 as build
FROM node:23.5.0 as build
WORKDIR /app
COPY . /app