Skip to content

Commit 10ccb43

Browse files
authored
fix: Update git version in Dockerfile
1 parent 1db778b commit 10ccb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY requirements.txt *.py /action/workspace/
88

99
RUN python3 -m pip install --no-cache-dir -r requirements.txt \
1010
&& apt-get -y update \
11-
&& apt-get -y install --no-install-recommends git=1:2.39.5-0+deb12u1 \
11+
&& apt-get -y install --no-install-recommends git=1:2.39.5-0+deb12u2 \
1212
&& rm -rf /var/lib/apt/lists/*
1313

1414
CMD ["/action/workspace/cleanowners.py"]

0 commit comments

Comments
 (0)