Skip to content

Commit b60ac57

Browse files
committed
update base image to newer python version
Signed-off-by: Zack Koppert <[email protected]>
1 parent 628a112 commit b60ac57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-slim-buster
1+
FROM python:3.11-slim
22
LABEL org.opencontainers.image.source https://github.com/github/issue-metrics
33

44
WORKDIR /action/workspace

issue_metrics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def get_average_time_to_close(
277277

278278
def get_per_issue_metrics(
279279
issues: List[github3.issues.Issue], # type: ignore
280-
) -> tuple[List[IssueWithMetrics], int, int]:
280+
) -> tuple[List, int, int]:
281281
"""
282282
Calculate the metrics for each issue in a list of GitHub issues.
283283

0 commit comments

Comments
 (0)