We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0941644 commit bae4bc2Copy full SHA for bae4bc2
2 files changed
CHANGELOG.md
@@ -11,6 +11,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
11
12
- export requirements.txt on build
13
14
+### Changed
15
+
16
+- gitlab: use python image v3.13.12
17
18
19
## [8.3.2] 2026-03-02
20
src/.gitlab-ci.yml
@@ -1,6 +1,6 @@
1
---
2
default:
3
- image: docker-registry.eccenca.com/eccenca-python:v3.13.8
+ image: docker-registry.eccenca.com/eccenca-python:v3.13.12
4
# all jobs can be interrupted in case a new commit is pushed
5
interruptible: true
6
before_script:
0 commit comments