We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d209b45 commit 915f684Copy full SHA for 915f684
ci/end-to-end-test.Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.13.5-alpine3.21@sha256:c9a09c45a4bcc618c7f7128585b8dd0d41d0c31a8a107db4c8255ffe0b69375d
2
RUN apk add --no-cache \
3
- git=2.47.2-r0
+ git=2.47.3-r0
4
5
COPY end-to-end-tests/requirements.txt ./
6
RUN pip3 install -r requirements.txt
0 commit comments