diff --git a/Dockerfile b/Dockerfile index cd11427..62404e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ #checkov:skip=CKV_DOCKER_2 #checkov:skip=CKV_DOCKER_3 #trivy:ignore:AVD-DS-0002 -FROM python:3.14-slim@sha256:3955a7dd66ccf92b68d0232f7f86d892eaf75255511dc7e98961bdc990dc6c9b +FROM python:3.14-slim@sha256:486b8092bfb12997e10d4920897213a06563449c951c5506c2a2cfaf591c599f LABEL com.github.actions.name="issue-metrics" \ com.github.actions.description="Gather metrics on issues/prs/discussions such as time to first response, count of issues opened, closed, etc." \ com.github.actions.icon="check-square" \