Skip to content

Commit 15221e5

Browse files
Update 3.13/Dockerfile
Co-authored-by: amazon-q-developer[bot] <208079219+amazon-q-developer[bot]@users.noreply.github.com>
1 parent 85b0ade commit 15221e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3.13/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get update && \
99
curl \
1010
ca-certificates \
1111
gnupg && \
12-
pip3 install --no-cache-dir --upgrade pip==25.1.1 && \
12+
pip3 install --no-cache-dir --upgrade pip && \
1313
apt-get -q -y clean && \
1414
rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/*
1515

0 commit comments

Comments
 (0)