diff --git a/Dockerfile b/Dockerfile index f0863e6..b65f3a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN apt-get update && apt-get install -y \ # Compile Blender RUN mkdir /opt/blender-git/ && cd /opt/blender-git/ \ && git clone -b v${b3d_vs_major}.${b3d_vs_minor} --depth 1 https://git.blender.org/blender.git \ - && git config --global user.email "a.vaillant.moderlab@gmail.com" \ + && git config --global user.email "contact@aurelien-vaillant.net" \ && git config --global user.name "Aurelien Vaillant" \ && mkdir /opt/blender-git/lib \ && cd /opt/blender-git/lib \