From 4b70c01ee1959e4599dd24dbaa0abd63ac85d0a2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 10 Dec 2023 05:51:50 +0100 Subject: [PATCH] Update alpine/git Docker tag to v2.43.0 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index da8107e..6713eef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: clone submodules - image: alpine/git:2.40.1 + image: alpine/git:v2.43.0 commands: - git submodule update --init --recursive - name: build @@ -30,7 +30,7 @@ platform: steps: - name: clone submodules - image: alpine/git:2.40.1 + image: alpine/git:v2.43.0 commands: - git submodule update --init --recursive - name: build