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

This commit was merged in pull request #9.
This commit is contained in:
2026-06-10 20:24:32 -04: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 && \