From 49ea953c265845e03cc0088a1e235c53329faa00 Mon Sep 17 00:00:00 2001 From: "JM (Jason Meridth)" Date: Mon, 24 Mar 2025 07:38:54 -0500 Subject: [PATCH] fix: Update Dockerfile Signed-off-by: JM (Jason Meridth) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a4d693..5f90fc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY requirements.txt CONTRIBUTING-template.md open_contrib_pr.py /action/worksp RUN python3 -m pip install --no-cache-dir -r requirements.txt \ && apt-get -y update \ - && apt-get -y install --no-install-recommends git=1:2.39.5-0+deb12u1 \ + && apt-get -y install --no-install-recommends git=1:2.39.5-0+deb12u2 \ && rm -rf /var/lib/apt/lists/* CMD ["/action/workspace/open_contrib_pr.py"]