Skip to content

Commit

Permalink
chore(deps): bump python from 4e8e9a5 to 25df32b in /dind
Browse files Browse the repository at this point in the history
Bumps python from `4e8e9a5` to `25df32b`.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 8, 2023
1 parent f8351a6 commit 234033c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dind/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:bd16cc548687f25bf7cbc29c3d284c290cf63899b281f0f3a52fc697b48884c7 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
Expand Down

0 comments on commit 234033c

Please sign in to comment.