diff --git a/Dockerfile b/Dockerfile index 906eaf37a..18f3ec41d 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 8bd05ada0..4d3d09bc3 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 c0ed630ce..65ccd40c5 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 f691355a4..091f12cff 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 82f1e83fe..fdaa76c4b 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 963468ef3..88b7820ec 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 9cf3c2923..3fffbe535 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 c8978f18b..95b5994c4 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 a85d15233..d72f77f93 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 b7d6ceab1..bd7610eef 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 ace4fd515..b68fc0d85 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 bea53e51c..c06376f0d 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