diff --git a/Dockerfile b/Dockerfile
index 9473a67..9c3e1c7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 ##############################################
 # write git info
 ##############################################
-FROM alpine/git:2.47.1 AS git
+FROM alpine/git:2.47.2 AS git
 
 WORKDIR /app
 COPY .git /app/.git/