From 86b21b06dc1bac0ecf0c47decf8bb063e4b5b88a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:34:12 +0200 Subject: [PATCH] Bump alpine/git from 2.45.1 to 2.45.2 (#237) Bumps alpine/git from 2.45.1 to 2.45.2. --- updated-dependencies: - dependency-name: alpine/git dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b54b04f..bc3ae4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ############################################## # write git info ############################################## -FROM alpine/git:2.45.1 AS git +FROM alpine/git:2.45.2 AS git WORKDIR /app COPY .git /app/.git/