From 1492e74e7a2a0beddee943b93a117c9413a44bc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:31:27 +0000 Subject: [PATCH] Bump the all group in /tekton/images/alpine-git-nonroot with 1 update Bumps the all group in /tekton/images/alpine-git-nonroot with 1 update: alpine/git. Updates `alpine/git` from `f0c544b` to `4d59e8e` --- updated-dependencies: - dependency-name: alpine/git dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- tekton/images/alpine-git-nonroot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tekton/images/alpine-git-nonroot/Dockerfile b/tekton/images/alpine-git-nonroot/Dockerfile index ed97cc59d..66303070e 100644 --- a/tekton/images/alpine-git-nonroot/Dockerfile +++ b/tekton/images/alpine-git-nonroot/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine/git:2.43.0@sha256:f0c544b406f4ead9788320e2d9210e344a46ccaabedeac25668c15968b10cb6d +FROM alpine/git:2.43.0@sha256:3c25858223d5f5bef63470cf5e04ec9d38cba21ad5e3bcfd6b06849de2bf874b LABEL maintainer "Tekton Authors " RUN adduser -D nonroot -u 1000