From 9e9e60e2102589fe1783068e5fadd359cd14ff7d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 16 Jul 2026 20:01:09 +0000 Subject: [PATCH] chore(deps): update dependency awscli to v1.45.48 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3ae2703..2713102 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.14-alpine LABEL maintainer="Julien Cabillot " -ARG CLI_VERSION=1.45.47 +ARG CLI_VERSION=1.45.48 # hadolint ignore=DL3018,DL3013 RUN apk --no-cache upgrade && \ -- 2.52.0