diff --git a/Dockerfile b/Dockerfile index 9c26bc8..327d7f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm AS build +FROM node:bookworm AS build RUN node -v