diff --git a/Dockerfile b/Dockerfile index f641e0a8..a80812b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.9.0-alpine AS build +FROM node:20.10.0-alpine AS build COPY . .