diff --git a/Dockerfile b/Dockerfile index 5a010df..81333ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN npm install npm@latest --global \ COPY client . RUN npm run build -FROM ghcr.io/plankanban/planka:build-base +FROM ghcr.io/plankanban/planka:build-base-3.15 WORKDIR /app