2 Commits
Author SHA1 Message Date
Djeex bb13e398df Update python Docker tag to v3.14
CI / build-and-scan (pull_request) Successful in 24s
2026-08-22 10:38:37 +02:00
Djeex 6aaa5e5160 CI workflow OK for renovate
CI / build-and-scan (push) Successful in 18s
2026-08-22 10:30:37 +02:00
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -3,6 +3,8 @@ name: CI
on: on:
push: push:
branches: [main] branches: [main]
pull_request:
branches: [main]
schedule: schedule:
- cron: "0 6 * * 1" - cron: "0 6 * * 1"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.13-alpine FROM python:3.14-alpine
ENV TZ=Europe/Paris ENV TZ=Europe/Paris