diff --git a/Dockerfile b/Dockerfile
index 84d41632e841045769614a0a86b431412adbb64d..cb8f61128071bb3e0bcb617e37236137bcc2254f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
 # Stage 0, "build-stage", based on Node.js, to build and compile the frontend
-FROM node:20-alpine AS build-stage
+FROM node:18-alpine AS build-stage
 
 WORKDIR /app
 COPY package.json /app/