Merge pull request #96 from ngn13/dependabot/docker/app/node-22.5.1

Bump node from 22.4.1 to 22.5.1 in /app
This commit is contained in:
ngn
2024-08-01 14:33:42 +00:00
committed by GitHub

View File

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