Update Dockerfile to use Node.js 24-alpine for improved performance and compatibility.
Some checks failed
CI / backend (push) Has been cancelled
CI / frontend (push) Has been cancelled
CI / compose (push) Has been cancelled

This commit is contained in:
2026-07-19 00:31:39 +03:00
parent de08f96b9a
commit 3b794180ef

View File

@@ -1,4 +1,4 @@
FROM node:22-alpine AS build
FROM node:24-alpine AS build
WORKDIR /app
COPY package.json package-lock.json ./