diff --git a/Dockerfile b/Dockerfile index 9bd06c7..14ef773 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Step 1: Build stage -FROM node:22-alpine3.21 AS build +FROM node:lts-alpine AS build WORKDIR /app COPY package*.json ./ diff --git a/package.json b/package.json index ee22dc1..4179397 100644 --- a/package.json +++ b/package.json @@ -35,4 +35,4 @@ "tw-animate-css": "^1.4.0", "vite": "^7.2.4" } -} +} \ No newline at end of file