diff --git a/images/git-dump/Dockerfile b/images/git-dump/Dockerfile index bf6f400..7e0ea2e 100644 --- a/images/git-dump/Dockerfile +++ b/images/git-dump/Dockerfile @@ -20,7 +20,7 @@ ENV API_TOKEN_SECRET= \ USERNAME=git-dump \ TZ=UTC -ARG GIT_VERSION=2.43.0-r0 +ARG GIT_VERSION=2.43.4-r0 ARG GROUP=care ARG GID=505 ARG UID=212 diff --git a/images/git-dump/helm/Chart.yaml b/images/git-dump/helm/Chart.yaml index 0059c13..26b5ff2 100644 --- a/images/git-dump/helm/Chart.yaml +++ b/images/git-dump/helm/Chart.yaml @@ -5,8 +5,8 @@ home: https://github.com/instantlinux/docker-tools sources: - https://github.com/instantlinux/docker-tools type: application -version: 0.1.12 -appVersion: "2.43.0-r0" +version: 0.1.13 +appVersion: "2.43.4-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/git-pull/Dockerfile b/images/git-pull/Dockerfile index 3c78f52..8e548b4 100644 --- a/images/git-pull/Dockerfile +++ b/images/git-pull/Dockerfile @@ -8,7 +8,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools -ARG GIT_VERSION=2.43.0-r0 +ARG GIT_VERSION=2.43.4-r0 ENV DEST=. \ GIT_COMMIT=master \ GIT_HOST=github.com \ diff --git a/images/git-pull/helm/Chart.yaml b/images/git-pull/helm/Chart.yaml index 67ba49e..5ff245a 100644 --- a/images/git-pull/helm/Chart.yaml +++ b/images/git-pull/helm/Chart.yaml @@ -5,8 +5,8 @@ home: https://github.com/instantlinux/docker-tools sources: - https://github.com/instantlinux/docker-tools type: application -version: 0.1.10 -appVersion: "2.43.0-r0" +version: 0.1.11 +appVersion: "2.43.4-r0" dependencies: - name: chartlib version: 0.1.8