Update Dockerfile
Docker Deployment / docker (push) Has been cancelled
Node.js CI Test / build (push) Failing after 7s

This commit is contained in:
2026-05-20 05:20:56 +00:00
parent d70ad4fdf9
commit 89fa269352
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:22-alpine
WORKDIR /app
COPY package*.json .
RUN npm install