Skip to content

Commit 28cd1b3

Browse files
committed
Merge branch 'lts' into lts-with-plugins
2 parents 384f180 + 597c645 commit 28cd1b3

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)