We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f65d3d commit c640329Copy full SHA for c640329
Dockerfile
@@ -1,7 +1,7 @@
1
#checkov:skip=CKV_DOCKER_2
2
#checkov:skip=CKV_DOCKER_3
3
#trivy:ignore:AVD-DS-0002
4
-FROM python:3.13-slim@sha256:5f55cdf0c5d9dc1a415637a5ccc4a9e18663ad203673173b8cda8f8dcacef689
+FROM python:3.14-slim@sha256:5cfac249393fa6c7ebacaf0027a1e127026745e603908b226baa784c52b9d99b
5
LABEL com.github.actions.name="issue-metrics" \
6
com.github.actions.description="Gather metrics on issues/prs/discussions such as time to first response, count of issues opened, closed, etc." \
7
com.github.actions.icon="check-square" \
0 commit comments