diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 862ff5568631003fe3cd963fa4783219cc7dfdfd..549d439716c615b111404856a451083cc4d3150d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 # =========================================================================
 #   Program:   S1Processor
 #
-#   Copyright 2017-2024 (c) CNES. All rights reserved.
+#   Copyright 2017-2025 (c) CNES. All rights reserved.
 #
 #   This file is part of S1Tiling project
 #       https://gitlab.orfeo-toolbox.org/s1-tiling/s1tiling
@@ -10,7 +10,7 @@
 #   you may not use this file except in compliance with the License.
 #   You may obtain a copy of the License at
 #
-#       http://www.apache.org/licenses/LICENSE-2.0
+#       https://www.apache.org/licenses/LICENSE-2.0
 #
 #   Unless required by applicable law or agreed to in writing, software
 #   distributed under the License is distributed on an "AS IS" BASIS,
@@ -32,7 +32,7 @@ variables:
     # PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
     # See Issue#86: https://gitlab.orfeo-toolbox.org/s1-tiling/s1tiling/-/issues/86
     FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: 0
-    S1TD_VERSION: "1.3.10"  # S1Tiling Dockers version
+    S1TD_VERSION: "1.3.11"  # S1Tiling Dockers version
     OTB9_VERSION: "9.0.0"
     OS: "ubuntu"