diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 96a17709794d0b35e85f42fc2bcdc1c0cfc0eb9c..e426a5639c8fb0c58756790c3b45921e25edd84e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ stages:
   - deploy
 
 default:
-  image: iqbberlin/ci-node-chromium:latest
+  image: iqbberlin/aspect-test:latest
 
 test-unit:
   stage: test
diff --git a/scripts/Dockerfile b/scripts/Dockerfile
index 4025c56d96e450a35d3e8cec03834f994d618756..c64d52013e921ec9545763ea5c74e862d295dc6a 100644
--- a/scripts/Dockerfile
+++ b/scripts/Dockerfile
@@ -1,5 +1,5 @@
 # Image for building and testing the app
 
-FROM node:16-buster
+FROM node:16-bookworm
 
 RUN apt update && apt install -y chromium curl jq