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