fix: bump alpine 3.24, dynamic python paths, tini via apk #21

Merged
jcabillot merged 1 commits from fix/alpine-3.24-and-patch-cleanup into master 2026-07-16 12:58:57 -04:00

1 Commits

Author SHA1 Message Date
Sagent cd51949b47 fix: bump alpine 3.24, dynamic python paths in patch.py, tini via apk
PR Checks / hadolint (pull_request) Successful in 19s
PR Checks / build-test (pull_request) Successful in 28s
- Alpine 3.23 → 3.24 (ships Python 3.14, not 3.12)
- patch.py: use glob + sys.version_info instead of hardcoded python3.12 paths
- Move SSL SECLEVEL=1 sed from Dockerfile into patch.py
- Tini: replace commented-out manual binary download with apk add tini
  (ENTRYPOINT ["/sbin/tini", "--"] as PID 1 for proper signal handling)
- Remove dead TINI_VERSION env and commented-out lines
2026-07-16 16:27:13 +00:00