Merge pull request #162 from ngn13/dependabot/docker/app/node-23.1.0

Bump node from 22.9.0 to 23.1.0 in /app
This commit is contained in:
ngn 2024-11-02 03:10:17 +00:00 committed by GitHub
commit 0be0378714
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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