From 83f8fc197f2bf8f91206f73d4df02c8f4351c3d1 Mon Sep 17 00:00:00 2001 From: Sagent Date: Wed, 10 Jun 2026 23:44:00 +0000 Subject: [PATCH] fix: update awscli to v1.45.27 for Python 3.12+ compatibility --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ee8a96c..e771c05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.9-alpine LABEL maintainer="Julien Cabillot " -ARG CLI_VERSION=1.16.148 +ARG CLI_VERSION=1.45.27 # hadolint ignore=DL3018,DL3013 RUN apk --no-cache upgrade && \