diff --git a/Dockerfile b/Dockerfile index 3c38f36aae..750d558210 100644 --- a/Dockerfile +++ b/Dockerfile @@ -106,7 +106,7 @@ RUN case ${TARGETPLATFORM} in \ # install git-lfs # renovate: datasource=github-releases depName=git-lfs/git-lfs -ENV GIT_LFS_VERSION=3.3.0 +ENV GIT_LFS_VERSION=3.4.0 RUN case ${TARGETPLATFORM} in \ "linux/amd64") GIT_LFS_ARCH=amd64 ;; \