From c643ecfcac31bc098912f6f1cb8fdfb16c435f07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 21:32:14 +0000 Subject: [PATCH] fix(deps): update dependency git to v2.48.1 (main) (#3943) fix(deps): update dependency git to v2.48.1 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- test/Dockerfile.distro | 2 +- test/flutter/Dockerfile | 2 +- test/flutter/Dockerfile.arm64 | 2 +- test/golang/Dockerfile | 2 +- test/golang/Dockerfile.arm64 | 2 +- test/java/Dockerfile | 2 +- test/latest/Dockerfile | 2 +- test/latest/Dockerfile.arm64 | 2 +- test/ruby/Dockerfile | 2 +- test/ruby/Dockerfile.arm64 | 2 +- test/swift/Dockerfile | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Dockerfile b/Dockerfile index 906eaf37ae..18f3ec41d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ COPY dist/cli/containerbase-cli-${TARGETARCH} /usr/local/containerbase/bin/conta RUN install-containerbase # renovate: datasource=github-tags packageName=git/git -RUN install-tool git v2.48.0 +RUN install-tool git v2.48.1 LABEL org.opencontainers.image.version="${CONTAINERBASE_VERSION}" diff --git a/test/Dockerfile.distro b/test/Dockerfile.distro index 8bd05ada0c..4d3d09bc39 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -26,7 +26,7 @@ ARG CONTAINERBASE_LOG_LEVEL RUN install-containerbase # renovate: datasource=github-tags packageName=git/git -RUN install-tool git v2.48.0 +RUN install-tool git v2.48.1 #-------------------------------------- # Image: build diff --git a/test/flutter/Dockerfile b/test/flutter/Dockerfile index c0ed630ced..65ccd40c52 100644 --- a/test/flutter/Dockerfile +++ b/test/flutter/Dockerfile @@ -21,7 +21,7 @@ RUN install-containerbase # TODO: move to prepare # renovate: datasource=github-tags packageName=git/git -RUN install-tool git v2.48.0 +RUN install-tool git v2.48.1 #-------------------------------------- # Image: base diff --git a/test/flutter/Dockerfile.arm64 b/test/flutter/Dockerfile.arm64 index f691355a4e..091f12cff8 100644 --- a/test/flutter/Dockerfile.arm64 +++ b/test/flutter/Dockerfile.arm64 @@ -21,7 +21,7 @@ RUN install-containerbase # flutter currently needs git # renovate: datasource=github-tags packageName=git/git -RUN install-tool git v2.48.0 +RUN install-tool git v2.48.1 #-------------------------------------- # Image: base diff --git a/test/golang/Dockerfile b/test/golang/Dockerfile index 82f1e83fe4..fdaa76c4b6 100644 --- a/test/golang/Dockerfile +++ b/test/golang/Dockerfile @@ -21,7 +21,7 @@ RUN install-containerbase # TODO: move to prepare # renovate: datasource=github-tags packageName=git/git -RUN install-tool git v2.48.0 +RUN install-tool git v2.48.1 #-------------------------------------- # Image: base diff --git a/test/golang/Dockerfile.arm64 b/test/golang/Dockerfile.arm64 index 963468ef36..88b7820ec2 100644 --- a/test/golang/Dockerfile.arm64 +++ b/test/golang/Dockerfile.arm64 @@ -21,7 +21,7 @@ RUN install-containerbase # currently go doesn't install git # renovate: datasource=github-tags packageName=git/git -RUN install-tool git v2.48.0 +RUN install-tool git v2.48.1 #-------------------------------------- # Image: base diff --git a/test/java/Dockerfile b/test/java/Dockerfile index 9cf3c29236..3fffbe5352 100644 --- a/test/java/Dockerfile +++ b/test/java/Dockerfile @@ -21,7 +21,7 @@ RUN install-containerbase # Used for tests # renovate: datasource=github-tags packageName=git/git -RUN install-tool git v2.48.0 +RUN install-tool git v2.48.1 #-------------------------------------- # Image: base diff --git a/test/latest/Dockerfile b/test/latest/Dockerfile index c8978f18b1..95b5994c46 100644 --- a/test/latest/Dockerfile +++ b/test/latest/Dockerfile @@ -170,7 +170,7 @@ RUN prepare-tool docker # TODO: move to prepare of git-lfs # renovate: datasource=github-tags packageName=git/git -RUN install-tool git v2.48.0 +RUN install-tool git v2.48.1 USER 12021 diff --git a/test/latest/Dockerfile.arm64 b/test/latest/Dockerfile.arm64 index a85d15233a..d72f77f930 100644 --- a/test/latest/Dockerfile.arm64 +++ b/test/latest/Dockerfile.arm64 @@ -78,7 +78,7 @@ RUN install-tool docker v27.5.0 FROM base AS test-git # renovate: datasource=github-tags packageName=git/git -RUN install-tool git v2.48.0 +RUN install-tool git v2.48.1 #-------------------------------------- # Image: git-lfs diff --git a/test/ruby/Dockerfile b/test/ruby/Dockerfile index b7d6ceab1d..bd7610eef3 100644 --- a/test/ruby/Dockerfile +++ b/test/ruby/Dockerfile @@ -21,7 +21,7 @@ RUN install-containerbase # TODO: move to prepare for bundler and cocoapods # renovate: datasource=github-tags packageName=git/git -RUN install-tool git v2.48.0 +RUN install-tool git v2.48.1 #-------------------------------------- # Image: base diff --git a/test/ruby/Dockerfile.arm64 b/test/ruby/Dockerfile.arm64 index ace4fd5150..b68fc0d859 100644 --- a/test/ruby/Dockerfile.arm64 +++ b/test/ruby/Dockerfile.arm64 @@ -55,7 +55,7 @@ FROM test-ruby AS test-cocoapods # cocoapods need git, but don't install yet # renovate: datasource=github-tags packageName=git/git -RUN install-tool git v2.48.0 +RUN install-tool git v2.48.1 # renovate: datasource=rubygems versioning=ruby RUN install-tool cocoapods 1.16.2 diff --git a/test/swift/Dockerfile b/test/swift/Dockerfile index bea53e51c3..c06376f0dc 100644 --- a/test/swift/Dockerfile +++ b/test/swift/Dockerfile @@ -21,7 +21,7 @@ RUN install-containerbase # TODO: move to prepare # renovate: datasource=github-tags packageName=git/git -RUN install-tool git v2.48.0 +RUN install-tool git v2.48.1 #-------------------------------------- # Image: base