From 314a8a21854757d2fe4e607ea5c8020b0bee256e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 02:35:03 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13.0 --- .pre-commit-config.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c0b634e..70554c9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: no-commit-to-branch - id: mixed-line-ending - repo: https://github.com/zricethezav/gitleaks - rev: v8.21.0 + rev: v8.18.4 hooks: - id: gitleaks - repo: https://github.com/grigoriev/pre-commit-check-git-user diff --git a/Dockerfile b/Dockerfile index 3eb5d8f..4114390 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.5-slim@sha256:59c7332a4a24373861c4a5f0eec2c92b87e3efeb8ddef011744ef9a751b1d11c +FROM python:3.13.0-slim@sha256:02699283cc784486281bb4bdf233b8cf443f038d9b9c91873d31bd4cbd622a3d LABEL maintainer="SBB Polarion Team " ARG APP_IMAGE_VERSION=0.0.0-dev