Merge pull request #134 from ngn13/dependabot/docker/app/node-22.9.0

Bump node from 22.8.0 to 22.9.0 in /app
This commit is contained in:
ngn 2024-10-09 20:39:24 +00:00 committed by GitHub
commit ae9b5742a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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