From 0556428af89dc2c560031d8e2d4e8082f9f3479f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 13:51:05 +0000 Subject: [PATCH] chore: Update `git-lfs` version in debian dockerfiles (#1982) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- debian/bookworm-slim/hotspot/Dockerfile | 2 +- debian/bookworm/hotspot/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/bookworm-slim/hotspot/Dockerfile b/debian/bookworm-slim/hotspot/Dockerfile index 971b4a227d..eaeec0d8ef 100644 --- a/debian/bookworm-slim/hotspot/Dockerfile +++ b/debian/bookworm-slim/hotspot/Dockerfile @@ -56,7 +56,7 @@ RUN apt-get update \ # Git LFS is not available from a package manager on all the platforms we support # Download and unpack the tar.gz distribution -ARG GIT_LFS_VERSION=3.6.0 +ARG GIT_LFS_VERSION=3.6.1 # hadolint ignore=DL4006 RUN arch=$(uname -m | sed -e 's/x86_64/amd64/g' -e 's/aarch64/arm64/g') \ && 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" \ diff --git a/debian/bookworm/hotspot/Dockerfile b/debian/bookworm/hotspot/Dockerfile index db3a86e3f5..df43468fd7 100644 --- a/debian/bookworm/hotspot/Dockerfile +++ b/debian/bookworm/hotspot/Dockerfile @@ -56,7 +56,7 @@ RUN apt-get update \ # Git LFS is not available from a package manager on all the platforms we support # Download and unpack the tar.gz distribution -ARG GIT_LFS_VERSION=3.6.0 +ARG GIT_LFS_VERSION=3.6.1 # hadolint ignore=DL4006 RUN arch=$(uname -m | sed -e 's/x86_64/amd64/g' -e 's/aarch64/arm64/g') \ && 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" \