fix: bump Python 3.9→3.14 and awscli 1.16.148→1.45.27
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 46s
Docker Build and Push / test (pull_request) Successful in 17s
Docker Build and Push / push (pull_request) Has been skipped

- Python 3.14 image for latest Python compatibility
- awscli 1.45.27 drops vendored urllib3 with 'from collections import Mapping'
  (removed in Python 3.12+) and supports Python >=3.10
This commit is contained in:
Sagent
2026-06-10 23:50:37 +00:00
parent 83f8fc197f
commit 9a1561d2ad
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.9-alpine
FROM python:3.14-alpine
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
ARG CLI_VERSION=1.45.27