Update .gitlab-ci.yml to use fileManager 1.0.11

This commit is contained in:
Fernando Ontiveros
2025-07-23 11:35:56 +00:00
parent a4d67d4138
commit 790ef2fca2

View File

@@ -9,7 +9,7 @@ build_job:
stage: build
script:
# Download fileManager
- bash docker/download_filemanager.sh "1.0.10"
- bash docker/download_filemanager.sh "1.0.11"
- bash docker/build.sh $VERSION
before_script: