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

This commit is contained in:
Sagent
2026-06-10 23:44:00 +00:00
parent 2ef678cfa5
commit 83f8fc197f
+1 -1
View File
@@ -1,7 +1,7 @@
FROM python:3.9-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 && \