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

This commit is contained in:
Djeex
2026-08-22 15:05:54 +02:00
parent 20ec627515
commit 59d73c88f6
2 changed files with 25 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