Skip to content

Commit 4cece11

Browse files
chore: Update git-lfs version in debian dockerfiles (#2035)
Made with ❤️️ by updatecli Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f7164a4 commit 4cece11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debian/bookworm-slim/hotspot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN apt-get update \
5656

5757
# Git LFS is not available from a package manager on all the platforms we support
5858
# Download and unpack the tar.gz distribution
59-
ARG GIT_LFS_VERSION=3.6.1
59+
ARG GIT_LFS_VERSION=3.7.0
6060
# hadolint ignore=DL4006
6161
RUN arch=$(uname -m | sed -e 's/x86_64/amd64/g' -e 's/aarch64/arm64/g') \
6262
&& 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" \

debian/bookworm/hotspot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN apt-get update \
5656

5757
# Git LFS is not available from a package manager on all the platforms we support
5858
# Download and unpack the tar.gz distribution
59-
ARG GIT_LFS_VERSION=3.6.1
59+
ARG GIT_LFS_VERSION=3.7.0
6060
# hadolint ignore=DL4006
6161
RUN arch=$(uname -m | sed -e 's/x86_64/amd64/g' -e 's/aarch64/arm64/g') \
6262
&& 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" \

0 commit comments

Comments
 (0)