From d0a47953dc62c8e86c7e88bfb39060c397a9670e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 20 Feb 2023 11:31:13 +0000 Subject: [PATCH] chore(deps): update curlimages/curl docker tag to v7.88.1 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dda0612..c24d17c 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"