diff --git a/Dockerfile b/Dockerfile
index f314c173670ffbe5e92e759ab2ccfdf1d3884e83..d4e7ecfc6c9de5c2561a7052c1f58393facc11ff 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,8 +7,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
         rm -rf /var/lib/apt/lists/* && \
         apt-get clean
 
-ARG GINKGO_WEB_VERSION=0.0.13
-ARG GINKGO_WEB_VERSION_PATH=88f5512fcb05e51921f07a62d6aa650e
+ARG GINKGO_WEB_VERSION=0.1.5
+ARG GINKGO_WEB_VERSION_PATH=04daa5f258e6da791dfa064a86ed1127
 
 RUN curl -L https://git.duniter.org/vjrj/ginkgo/uploads/${GINKGO_WEB_VERSION_PATH}/ginkgo-web-${GINKGO_WEB_VERSION}.tgz | tar xfz - -C /usr/share/nginx/html/ --strip-components=2
 
diff --git a/docker-compose.yml b/docker-compose.yml
index c22aa37654406f781e9d5a091e4d9375e9739686..93570019d95abd82da697cf1efe7fbdb2c9b5df3 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -84,7 +84,7 @@ services:
       # that are available with the less latency
       # SENTRY_DSN no tiene valor predeterminado, por lo que no se incluye aquí.
       - DUNITER_NODES=${DUNITER_NODES:-https://g1.duniter.fr https://g1.le-sou.org https://g1.cgeek.fr https://g1.monnaielibreoccitanie.org https://g1.duniter.fr https://g1.le-sou.org https://g1.cgeek.fr}
-      - CESIUM_PLUS_NODES=${CESIUM_PLUS_NODES:-https://g1.data.le-sou.org https://g1.data.e-is.pro https://g1.data.presler.fr https://g1.data.mithril.re}
+      - CESIUM_PLUS_NODES=${CESIUM_PLUS_NODES:-https://g1.data.le-sou.org https://g1.data.e-is.pro https://g1.data.presles.fr https://g1.data.mithril.re}
       - GVA_NODES=${GVA_NODES:-https://g1v1.p2p.legal:443/gva https://g1.asycn.io:443/gva https://duniter.pini.fr:443/gva https://duniter.cuates.net:443/gva}
 
   watchtower: