diff --git a/scripts/Dockerfile b/scripts/Dockerfile
index c64d52013e921ec9545763ea5c74e862d295dc6a..12f4ebbca0964a93d0011d6514bc3055b87afcfd 100644
--- a/scripts/Dockerfile
+++ b/scripts/Dockerfile
@@ -1,5 +1,5 @@
 # Image for building and testing the app
 
-FROM node:16-bookworm
+FROM node:20-bookworm
 
 RUN apt update && apt install -y chromium curl jq