Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.46.1
RUN install-tool git v2.46.2


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.46.1
RUN install-tool git v2.46.2

#--------------------------------------
# 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.46.1
RUN install-tool git v2.46.2

#--------------------------------------
# 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.46.1
RUN install-tool git v2.46.2

#--------------------------------------
# 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.46.1
RUN install-tool git v2.46.2

#--------------------------------------
# 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.46.1
RUN install-tool git v2.46.2

#--------------------------------------
# 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.46.1
RUN install-tool git v2.46.2

#--------------------------------------
# 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.46.1
RUN install-tool git v2.46.2

USER 1000

Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN install-tool docker v27.3.1
FROM base AS test-git

# renovate: datasource=github-tags packageName=git/git
RUN install-tool git v2.46.1
RUN install-tool git v2.46.2

#--------------------------------------
# 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.46.1
RUN install-tool git v2.46.2

#--------------------------------------
# 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.46.1
RUN install-tool git v2.46.2

# renovate: datasource=rubygems versioning=ruby
RUN install-tool cocoapods 1.15.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.46.1
RUN install-tool git v2.46.2

#--------------------------------------
# Image: base
Expand Down