File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ RUN apt-get update \
56
56
57
57
# Git LFS is not available from a package manager on all the platforms we support
58
58
# Download and unpack the tar.gz distribution
59
- ARG GIT_LFS_VERSION=3.6.1
59
+ ARG GIT_LFS_VERSION=3.7.0
60
60
# hadolint ignore=DL4006
61
61
RUN arch=$(uname -m | sed -e 's/x86_64/amd64/g' -e 's/aarch64/arm64/g' ) \
62
62
&& curl -L -s -o git-lfs.tgz "https://github.com/git-lfs/git-lfs/releases/download/v${GIT_LFS_VERSION}/git-lfs-linux-${arch}-v${GIT_LFS_VERSION}.tar.gz" \
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ RUN apt-get update \
56
56
57
57
# Git LFS is not available from a package manager on all the platforms we support
58
58
# Download and unpack the tar.gz distribution
59
- ARG GIT_LFS_VERSION=3.6.1
59
+ ARG GIT_LFS_VERSION=3.7.0
60
60
# hadolint ignore=DL4006
61
61
RUN arch=$(uname -m | sed -e 's/x86_64/amd64/g' -e 's/aarch64/arm64/g' ) \
62
62
&& curl -L -s -o git-lfs.tgz "https://github.com/git-lfs/git-lfs/releases/download/v${GIT_LFS_VERSION}/git-lfs-linux-${arch}-v${GIT_LFS_VERSION}.tar.gz" \
You can’t perform that action at this time.
0 commit comments