From 18ef7dd777bad71a9b2db63124c4b80dfdb2001e Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 2 Feb 2025 00:32:48 -0500 Subject: [PATCH] chore: bump git version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f31aee4..595eb35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.21.2 -RUN apk --no-cache add git==2.47.1-r0 python3==3.12.8-r1 openssh==9.9_p1-r2 && \ +RUN apk --no-cache add git==2.47.2-r0 python3==3.12.8-r1 openssh==9.9_p1-r2 && \ mkdir -p ~/.ssh COPY bin /bin