We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db778b commit 10ccb43Copy full SHA for 10ccb43
Dockerfile
@@ -8,7 +8,7 @@ COPY requirements.txt *.py /action/workspace/
8
9
RUN python3 -m pip install --no-cache-dir -r requirements.txt \
10
&& apt-get -y update \
11
- && 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 \
12
&& rm -rf /var/lib/apt/lists/*
13
14
CMD ["/action/workspace/cleanowners.py"]
0 commit comments