Commit 4e0a33b 1 parent a9dff03 commit 4e0a33b Copy full SHA for 4e0a33b
File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 7
7
# includes compilers and build tooling to create the environment
8
8
FROM python:3.11-slim-bookworm AS backend-build
9
9
10
+ # Ensure we use the latest version of pip
11
+ RUN pip install pip "setuptools>70" -U
12
+
10
13
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
11
14
pkg-config \
12
15
build-essential \
Original file line number Diff line number Diff line change @@ -599,7 +599,7 @@ webencodings==0.5.1
599
599
# via
600
600
# -r requirements/base.txt
601
601
# bleach
602
- webob==1.8.7
602
+ webob==1.8.8
603
603
# via webtest
604
604
webtest==3.0.0
605
605
# via django-webtest
Original file line number Diff line number Diff line change @@ -834,7 +834,7 @@ webencodings==0.5.1
834
834
# -c requirements/ci.txt
835
835
# -r requirements/ci.txt
836
836
# bleach
837
- webob==1.8.7
837
+ webob==1.8.8
838
838
# via
839
839
# -c requirements/ci.txt
840
840
# -r requirements/ci.txt
You can’t perform that action at this time.
0 commit comments