diff --git a/Dockerfile b/Dockerfile index 98abc98..5bfac58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -# Build stage -FROM node:20 AS builder +FROM node:22-alpine AS builder # Set working directory WORKDIR /app