Skip to content

Commit

Permalink
fix(deps): update dependency git to v2.48.1 (main) (#3943)
Browse files Browse the repository at this point in the history
fix(deps): update dependency git to v2.48.1

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 18, 2025
1 parent 2d8d52c commit c643ecf
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/flutter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/flutter/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/golang/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/ruby/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/swift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c643ecf

Please sign in to comment.