Bump node from 22-alpine to 23-alpine

Bumps node from 22-alpine to 23-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-21 19:22:27 +00:00 committed by GitHub
parent 7d0bbc27fa
commit 10daa62323
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM node:22-alpine
FROM node:23-alpine
ENV NODE_ENV=production
WORKDIR /app
COPY . /app