chore(deps): update curlimages/curl docker tag to v7.88.1

This commit is contained in:
Renovate Bot 2023-02-20 11:31:13 +00:00
parent 95dcbf4616
commit d0a47953dc
1 changed files with 2 additions and 2 deletions

View File

@ -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"