From 3ce6d187dc2b9d7de228c704ccd048ef5a733539 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 00:59:03 +0000 Subject: [PATCH] chore(deps): update dependency git-lfs/git-lfs to v3.5.1 in dockerfile (#4320) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ef89034b7e..49341b8bc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -92,7 +92,7 @@ RUN AVAILABLE_CONFTEST_VERSIONS=${DEFAULT_CONFTEST_VERSION} && \ # install git-lfs # renovate: datasource=github-releases depName=git-lfs/git-lfs -ENV GIT_LFS_VERSION=3.4.1 +ENV GIT_LFS_VERSION=3.5.1 RUN case ${TARGETPLATFORM} in \ "linux/amd64") GIT_LFS_ARCH=amd64 ;; \