Merge pull request #223 from ngn13/dependabot/docker/app/node-23.4.0

Bump node from 23.3.0 to 23.4.0 in /app
This commit is contained in:
ngn 2024-12-16 17:40:21 +00:00 committed by GitHub
commit 721299044f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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