diff --git a/10.0.Dockerfile b/10.0.Dockerfile
index 7c1c8a9873e41fad01106c49860b8b7bc58a859e..9f43473814446658147719cc8ab82adc984988c3 100644
--- a/10.0.Dockerfile
+++ b/10.0.Dockerfile
@@ -17,7 +17,7 @@ RUN set -x; \
             fontconfig \
             git \
             libjpeg62-turbo \
-            libtiff5 \ 
+            libtiff5 \
             libx11-6 \
             libxcb1 \
             libxext6 \
@@ -97,7 +97,7 @@ RUN set -x; \
            /opt/odoo/additional_addons/ &&\
         rm -rf /tmp/oca-repos/ &&\
         find /opt/odoo/additional_addons/*/i18n/ -type f -not -name 'fr.po' -delete &&\
-        chown -R odoo:odoo /opt/odoo 
+        chown -R odoo:odoo /opt/odoo
 
 # Copy entrypoint script and Odoo configuration file
 COPY ./entrypoint.sh /
@@ -126,4 +126,4 @@ LABEL org.label-schema.schema-version="$VERSION" \
       org.label-schema.license=Apache-2.0 \
       org.label-schema.build-date="$BUILD_DATE" \
       org.label-schema.vcs-ref="$VCS_REF" \
-      org.label-schema.vcs-url="https://github.com/lefilament/docker-odoo"
+      org.label-schema.vcs-url="https://sources.le-filament.com/lefilament/odoo_docker"