Skip to content

Commit 5141d37

Browse files
authored
[ci] fix(aws): redeclare pip version for Docker runner (#172)
1 parent 0976e14 commit 5141d37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ RUN poetry install
2424

2525
FROM python:3.13-alpine AS runner
2626

27+
ENV PIP_VERSION=25.0.1
28+
2729
WORKDIR /opt/injector_common
2830
COPY --from=injector_common ./ ./
2931

0 commit comments

Comments
 (0)