From ff9b476450d580618597bd4378661687503a8e84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 19:12:10 +0000 Subject: [PATCH] Bump alpine/git from v2.36.3 to 2.40.1 Bumps alpine/git from v2.36.3 to 2.40.1. --- updated-dependencies: - dependency-name: alpine/git dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 098428a..7da63f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ############################################## # write git info ############################################## -FROM alpine/git:v2.36.3 AS git +FROM alpine/git:2.40.1 AS git WORKDIR /app COPY .git /app/.git/