diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dda06128f0e0afcbb3f8d1bb7a03ba0c60f296eb..c24d17c93752fa52553b3d2b6c8b7acd525f7659 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -143,12 +143,12 @@ trigger-fdroid-update-develop:
   stage: .post
   only:
     - develop
-  image: curlimages/curl:7.87.0
+  image: curlimages/curl:7.88.1
   script: curl "https://fdroid.funkwhale.audio/hooks/update-index?name=audio.funkwhale.ffa.dev&version=$CI_COMMIT_SHORT_SHA"
 
 trigger-fdroid-update-release:
   stage: .post
   only:
     - tags
-  image: curlimages/curl:7.87.0
+  image: curlimages/curl:7.88.1
   script: curl "https://fdroid.funkwhale.audio/hooks/update-index?name=audio.funkwhale.ffa&version=$CI_COMMIT_SHORT_SHA"