From b8669426419ced0b034131c3847755f32e8f4ae1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 00:42:27 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13.2 --- .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 520fc7d..5a1943b 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: v4.1.1 + rev: v4.1.0 hooks: - id: commitizen - repo: https://github.com/hadolint/hadolint diff --git a/Dockerfile b/Dockerfile index 83ae696..42b70ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.1-slim@sha256:f41a75c9cee9391c09e0139f7b49d4b1fbb119944ec740ecce4040626dc07bed +FROM python:3.13.2-slim@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb LABEL maintainer="SBB Polarion Team " ARG APP_IMAGE_VERSION=0.0.0-dev