Skip to content

Commit 1d113f7

Browse files
committed
ci: use 3.13 python and specific git version
Signed-off-by: Zack Koppert <[email protected]>
1 parent a20783d commit 1d113f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
FROM python:3.11-slim-buster
1+
FROM python:3.13.7-slim
22

33
WORKDIR /action/workspace
44
COPY codeql.yml requirements.txt enforcer.py /action/workspace/
55

6+
# Update installation commands
67
RUN python3 -m pip install --no-cache-dir -r requirements.txt \
78
&& apt-get -y update \
8-
&& apt-get -y install --no-install-recommends git=1:2.47.2-0.2 \
9+
&& apt-get -y install --no-install-recommends git \
910
&& rm -rf /var/lib/apt/lists/*
1011

1112
CMD ["/action/workspace/enforcer.py"]

0 commit comments

Comments
 (0)