diff --git a/Dockerfile b/Dockerfile index 4062f4c..9176f1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:latest AS builder +FROM node:20.16.0-bullseye AS builder WORKDIR /usr/src/app # this will allow us to run vite and other tools directly