Pin Python to a patch version and auto-generate versioned releases with changelog
CI / build-and-scan (push) Successful in 36s

This commit is contained in:
Djeex
2026-08-22 16:02:26 +02:00
parent 20ec627515
commit 85fb4b4e79
2 changed files with 92 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