Pin Python to a patch version and auto-generate versioned releases with changelog
CI / build-and-scan (push) Failing after 1m14s

This commit is contained in:
Djeex
2026-08-22 15:57:05 +02:00
parent 20ec627515
commit a370e871cd
2 changed files with 90 additions and 3 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