3 Commits
Author SHA1 Message Date
cloudix_mcp_server 69f1b75e14 Merge pull request 'fix: update awscli to v1.45.27 for Python 3.12+ compatibility' (#9) from fix/update-awscli-v1 into master
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 47s
Docker Build and Push / test (push) Successful in 11s
Docker Build and Push / push (push) Successful in 31s
2026-06-10 20:24:32 -04:00
Sagent 9a1561d2ad 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
2026-06-10 23:50:37 +00:00
Sagent 83f8fc197f fix: update awscli to v1.45.27 for Python 3.12+ compatibility
Docker Build and Push / lint (pull_request) Successful in 5s
Docker Build and Push / build (pull_request) Failing after 15s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
2026-06-10 23:44:00 +00:00
+2 -2
View File
@@ -1,7 +1,7 @@
FROM python:3.9-alpine
FROM python:3.14-alpine
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
ARG CLI_VERSION=1.16.148
ARG CLI_VERSION=1.45.27
# hadolint ignore=DL3018,DL3013
RUN apk --no-cache upgrade && \