Merge pull request #116 from ngn13/dependabot/docker/app/node-22.7.0

Bump node from 22.6.0 to 22.7.0 in /app
This commit is contained in:
ngn
2024-09-08 00:50:26 +00:00
committed by GitHub

View File

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