Pin Python to a patch version and auto-bump build version on container changes
CI / build-and-scan (push) Failing after 40s

This commit is contained in:
Djeex
2026-08-22 15:23:23 +02:00
parent 20ec627515
commit 1f0a664a4f
2 changed files with 24 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.14-alpine AS base
FROM python:3.14.7-alpine AS base
ENV TZ=Europe/Paris