Skip to content

Commit

Permalink
Merge pull request #22 from github/base-image-update
Browse files Browse the repository at this point in the history
update base image to newer python version
  • Loading branch information
zkoppert authored Jun 16, 2023
2 parents 628a112 + b60ac57 commit 7736010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-slim-buster
FROM python:3.11-slim
LABEL org.opencontainers.image.source https://github.com/github/issue-metrics

WORKDIR /action/workspace
Expand Down
2 changes: 1 addition & 1 deletion issue_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def get_average_time_to_close(

def get_per_issue_metrics(
issues: List[github3.issues.Issue], # type: ignore
) -> tuple[List[IssueWithMetrics], int, int]:
) -> tuple[List, int, int]:
"""
Calculate the metrics for each issue in a list of GitHub issues.
Expand Down

0 comments on commit 7736010

Please sign in to comment.