Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update docker.io/library/python docker tag to v3.10.16 #120

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Pre-Commit
runs-on: ubuntu-24.04
container:
image: docker.io/library/python:3.10.15-slim-bookworm@sha256:af6f1b19eae3400ea3a569ba92d4819a527be4662971d51bb798c923bba30a81
image: docker.io/library/python:3.10.16-slim-bookworm@sha256:dba44b12ecc7f0d868c92595e2b9a1375dfb10ab514588e0f3e0e533e00b36e3

steps:
- name: Install System Deps
Expand Down
2 changes: 1 addition & 1 deletion data/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ windows: '2022'
###########################################################

# renovate: datasource=docker depName=docker.io/library/python depType=container
python_container: '3.10.15-slim-bookworm@sha256:af6f1b19eae3400ea3a569ba92d4819a527be4662971d51bb798c923bba30a81'
python_container: '3.10.16-slim-bookworm@sha256:dba44b12ecc7f0d868c92595e2b9a1375dfb10ab514588e0f3e0e533e00b36e3'


###########################################################
Expand Down