Merge pull request #237 from ngn13/dependabot/docker/app/node-23.5.0

Bump node from 23.4.0 to 23.5.0 in /app
This commit is contained in:
ngn
2024-12-26 01:29:23 +00:00
committed by GitHub

View File

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