diff --git a/Dockerfile b/Dockerfile index 379ae9ae..3a2f9877 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.12.2-alpine AS build +FROM node:20.14.0-alpine AS build COPY . .