From 9ff1764e9b97c5c0e04f423db205e3f6ca533d4b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 1 Aug 2026 21:02:04 +0000 Subject: [PATCH] chore(deps): update dependency awscli to v1.45.60 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 78f9a5a..8fb1a3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.14-alpine LABEL maintainer="Julien Cabillot " -ARG CLI_VERSION=1.45.59 +ARG CLI_VERSION=1.45.60 # hadolint ignore=DL3018,DL3013 RUN apk --no-cache upgrade && \ -- 2.54.0