From cad7658e8e83f61b58785b7810d1d2ebe64904e6 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Thu, 14 Aug 2025 11:02:58 +0200 Subject: [PATCH] updated python to 3.13 --- .gitlab-ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86855da..1fd3f67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -250,7 +250,7 @@ semgrep-sast: test_coverage: # extends: test - image: python:3.12-slim-bookworm + image: python:3.13-slim-trixie allow_failure: true stage: test rules: diff --git a/Dockerfile b/Dockerfile index 07feb70..cc6fe6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine +FROM python:3.13-alpine ARG VERSION ARG COMMIT=""