From 11a47dce4a619a40286987533c2aa4bab8ff30fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 05:27:20 +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 4a38722..9ded80f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: - id: check-git-config-user-email args: [--templates, ^\S+\.\S+@sbb\.ch$] - repo: https://github.com/commitizen-tools/commitizen - rev: v3.31.0 + rev: v3.30.0 hooks: - id: commitizen - repo: https://github.com/hadolint/hadolint diff --git a/Dockerfile b/Dockerfile index 3eb5d8f..973fa76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.5-slim@sha256:59c7332a4a24373861c4a5f0eec2c92b87e3efeb8ddef011744ef9a751b1d11c +FROM python:3.13.0-slim@sha256:f2d472e6f0633f885dbf5678bfa846c34ddad63e262fbb936b4a7d35ac6afac7 LABEL maintainer="SBB Polarion Team " ARG APP_IMAGE_VERSION=0.0.0-dev