fix: bump Python 3.9→3.14 and awscli 1.16.148→1.45.27
- 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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user