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" \