diff --git a/Dockerfile b/Dockerfile
index 6d86bea51397704c3dd8a369e20c2bf45a11f9c0..4707c18123599154b0f30a71a350d9b34c383689 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,7 +11,7 @@ RUN rm -rf nginx
 
 RUN npm run build -- --base-href=/
 
-FROM nginx:1.23.4-alpine
+FROM nginx:mainline-alpine
 
 RUN apk update && apk add --upgrade apk-tools && apk upgrade --available
 
diff --git a/src/app/pages/doc/content/customize/cust-network/cust-network.component.html b/src/app/pages/doc/content/customize/cust-network/cust-network.component.html
index f5a57c083375158cd8d763631a827e92aaae374b..44a3979f55b67d4fe9f94c92c4363e717abde3cd 100644
--- a/src/app/pages/doc/content/customize/cust-network/cust-network.component.html
+++ b/src/app/pages/doc/content/customize/cust-network/cust-network.component.html
@@ -1,7 +1,7 @@
 <p>
   The network is based on
   <a href="https://visjs.github.io/vis-network/" target="_blank"
-    >Vis.js version 9.1.2</a
+    >Vis.js version 9.1.6</a
   >. Therefore, Drugst.One supports all options available for Vis.js networks as
   describes on the
   <a href="https://visjs.github.io/vis-network/docs/network/" target="_blank"
diff --git a/src/app/pages/doc/content/implementation/impl-vis/impl-vis.component.html b/src/app/pages/doc/content/implementation/impl-vis/impl-vis.component.html
index cf1990a60442063c872b9f4222aee57cb6025501..5275ec96806f62d028a6f2302fbbdccc8d2c2273 100644
--- a/src/app/pages/doc/content/implementation/impl-vis/impl-vis.component.html
+++ b/src/app/pages/doc/content/implementation/impl-vis/impl-vis.component.html
@@ -3,7 +3,7 @@
   <a href="https://visjs.github.io/vis-network/docs/network/" target="_blank"
     >vis.js network library</a
   >
-  version 9.1.2.
+  version 9.1.6.
 </p>
 
 
diff --git a/src/assets/Drugstone_preprint_figure1.png b/src/assets/Drugstone_preprint_figure1.png
index feb728739f1a91f232759d55383c37696427636c..6675db7b879cf0fa1aa59abe7b50ad07e40e4162 100644
Binary files a/src/assets/Drugstone_preprint_figure1.png and b/src/assets/Drugstone_preprint_figure1.png differ
diff --git a/src/assets/drugstone_ecosystem.png b/src/assets/drugstone_ecosystem.png
new file mode 100644
index 0000000000000000000000000000000000000000..312137091f7445d9411b9529a6de0202b2ccc866
Binary files /dev/null and b/src/assets/drugstone_ecosystem.png differ