diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c040608..15636dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ include: unittests: image: - name: quay.io/fedora/python-313:latest@sha256:9d9f0c628b55769b811767e656b508dadd4f19d13985b5e591cff0175beddeff + name: quay.io/fedora/python-313:latest@sha256:41ebd88e1ea61238c4f3a07816dc30c5f97cf3b941178cf1c6c62a6bcbc8d121 stage: test script: - pip install tox diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 65c9523..bd62e92 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: # Linter and formatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.10 + rev: v0.14.11 hooks: - id: ruff args: @@ -48,6 +48,6 @@ repos: # renovate.json validator - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 42.71.0 + rev: 42.78.1 hooks: - id: renovate-config-validator diff --git a/Containerfile b/Containerfile index 54f051b..5155d87 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/python-313:20251231@sha256:9d9f0c628b55769b811767e656b508dadd4f19d13985b5e591cff0175beddeff AS builder +FROM quay.io/fedora/python-313:20260107@sha256:41ebd88e1ea61238c4f3a07816dc30c5f97cf3b941178cf1c6c62a6bcbc8d121 AS builder # builder should use root to install/create all files USER root