Skip to content

Commit 597c645

Browse files
committed
Merge remote-tracking branch 'upstream/master' into lts
2 parents b85f0a6 + 4cece11 commit 597c645

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)