Commit 6cd1477 1 parent 941ab4e commit 6cd1477 Copy full SHA for 6cd1477
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Stage 1 - Compile needed python dependencies
2
- FROM python:3.10 -slim-bullseye AS backend-build
2
+ FROM python:3.11 -slim-bullseye AS backend-build
3
3
4
4
RUN apt-get update && apt-get install -y --no-install-recommends \
5
5
pkg-config \
@@ -33,7 +33,7 @@ RUN npm run build
33
33
34
34
35
35
# Stage 3 - Build docker image suitable for execution and deployment
36
- FROM python:3.10 -slim-bullseye AS production
36
+ FROM python:3.11 -slim-bullseye AS production
37
37
38
38
# Stage 3.1 - Set up the needed production dependencies
39
39
# install all the dependencies for GeoDjango
Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ kombu==5.3.5
343
343
# via
344
344
# -r requirements/base.txt
345
345
# celery
346
- lxml==4.7.1
346
+ lxml==4.9.4
347
347
# via pyquery
348
348
markupsafe==2.1.3
349
349
# via
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ kombu==5.3.5
382
382
# via
383
383
# -r requirements/ci.txt
384
384
# celery
385
- lxml==4.7.1
385
+ lxml==4.9.4
386
386
# via
387
387
# -r requirements/ci.txt
388
388
# pyquery
You can’t perform that action at this time.
0 commit comments