Merge branch 'renovate/curlimages-curl-7.x' into 'develop'

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

See merge request funkwhale/funkwhale-android!322
This commit is contained in:
Ryan Harg 2023-02-20 13:35:54 +00:00
commit 79c869d51b
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"