From 2d345995f33ceb58ce8e1a9dbe3eb0ed33b496d8 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 5 Dec 2024 01:55:29 +0000 Subject: [PATCH] Update python:3.11-alpine Docker digest to ac01784 --- dind/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dind/Dockerfile b/dind/Dockerfile index a22e751..01d6a8d 100644 --- a/dind/Dockerfile +++ b/dind/Dockerfile @@ -26,7 +26,7 @@ RUN echo "Install AWS & Azure CLIs" && \ rm -f awscliv2.zip && rm -rf aws && \ echo "Done installing AWS & Azure CLIs" -FROM python:3.11-alpine@sha256:4e8e9a59bf1b3ca8e030244bc5f801f23e41e37971907371da21191312087a07 AS aws-builder +FROM python:3.11-alpine@sha256:ac0178483dd7313a36e45d84d262c0de6a7629ebec41c87845f60f4616efc5f9 AS aws-builder ARG AWSCLI_VERSION=2.11.18 RUN apk add --no-cache curl make cmake gcc g++ libc-dev libffi-dev openssl-dev && \ pip3 install --no-cache --upgrade pip setuptools wheel