github / contributors

GitHub Action that given an organization or repository, produces information about the contributors over the specified time period.
https://github.blog/2023-10-23-how-to-gain-insight-into-your-project-contributors/
MIT License
91 stars 13 forks source link

chore: pin shas in Dockerfile #133

Closed zkoppert closed 2 months ago

zkoppert commented 2 months ago

Pull Request

Proposed Changes

The base image of the Dockerfile has been updated to use a specific version of the python:3.12-slim image. This is done by referencing the image's SHA256 digest, which ensures that the same image is always used, increasing the reproducibility and security of the Docker build.

Readiness Checklist

Author/Contributor

Reviewer