diff --git a/Dockerfile b/Dockerfile index c5f745a..10ae7f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22.12-alpine AS builder +FROM node:22.14-alpine AS builder COPY . /app