diff --git a/Dockerfile b/Dockerfile index a69900c..2720a53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM 20.16.0-alpine3.20 AS runtime +FROM node:20.16.0-alpine3.20 AS runtime WORKDIR /app COPY . .