Skip to content

Commit f169ed0

Browse files
fix(deps): update dependency git to v2.50.0
1 parent 7efe969 commit f169ed0

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ COPY dist/cli/containerbase-cli-${TARGETARCH} /usr/local/containerbase/bin/conta
2929
RUN install-containerbase
3030

3131
# renovate: datasource=github-tags packageName=git/git
32-
RUN install-tool git v2.49.0
32+
RUN install-tool git v2.50.0
3333

3434

3535
LABEL org.opencontainers.image.version="${CONTAINERBASE_VERSION}"

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ARG CONTAINERBASE_LOG_LEVEL
2626
RUN install-containerbase
2727

2828
# renovate: datasource=github-tags packageName=git/git
29-
RUN install-tool git v2.49.0
29+
RUN install-tool git v2.50.0
3030

3131
#--------------------------------------
3232
# Image: build

test/flutter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN install-containerbase
2121

2222
# TODO: move to prepare
2323
# renovate: datasource=github-tags packageName=git/git
24-
RUN install-tool git v2.49.0
24+
RUN install-tool git v2.50.0
2525

2626
#--------------------------------------
2727
# Image: base

test/flutter/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN install-containerbase
2121

2222
# flutter currently needs git
2323
# renovate: datasource=github-tags packageName=git/git
24-
RUN install-tool git v2.49.0
24+
RUN install-tool git v2.50.0
2525

2626
#--------------------------------------
2727
# Image: base

test/golang/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN install-containerbase
2121

2222
# TODO: move to prepare
2323
# renovate: datasource=github-tags packageName=git/git
24-
RUN install-tool git v2.49.0
24+
RUN install-tool git v2.50.0
2525

2626
#--------------------------------------
2727
# Image: base

test/golang/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN install-containerbase
2121

2222
# currently go doesn't install git
2323
# renovate: datasource=github-tags packageName=git/git
24-
RUN install-tool git v2.49.0
24+
RUN install-tool git v2.50.0
2525

2626
#--------------------------------------
2727
# Image: base

test/java/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN install-containerbase
2121

2222
# Used for tests
2323
# renovate: datasource=github-tags packageName=git/git
24-
RUN install-tool git v2.49.0
24+
RUN install-tool git v2.50.0
2525

2626
#--------------------------------------
2727
# Image: base

test/latest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ RUN prepare-tool docker
170170

171171
# TODO: move to prepare of git-lfs
172172
# renovate: datasource=github-tags packageName=git/git
173-
RUN install-tool git v2.49.0
173+
RUN install-tool git v2.50.0
174174

175175
USER 12021
176176

test/latest/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN install-tool docker v28.1.1
7878
FROM base AS test-git
7979

8080
# renovate: datasource=github-tags packageName=git/git
81-
RUN install-tool git v2.49.0
81+
RUN install-tool git v2.50.0
8282

8383
#--------------------------------------
8484
# Image: git-lfs

test/ruby/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN install-containerbase
2121

2222
# TODO: move to prepare for bundler and cocoapods
2323
# renovate: datasource=github-tags packageName=git/git
24-
RUN install-tool git v2.49.0
24+
RUN install-tool git v2.50.0
2525

2626
#--------------------------------------
2727
# Image: base

0 commit comments

Comments
 (0)