Commit 1290acf 1 parent 302c257 commit 1290acf Copy full SHA for 1290acf
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 78
78
- uses : actions/checkout@v4
79
79
- uses : actions/setup-python@v5
80
80
with :
81
- python-version : ' 3.10 '
81
+ python-version : ' 3.11 '
82
82
- uses : actions/setup-node@v4
83
83
with :
84
84
node-version : ' 18'
Original file line number Diff line number Diff line change 1
1
# Stage 1 - Compile needed python dependencies
2
- FROM python:3.10 -slim-bookworm AS build
2
+ FROM python:3.11 -slim-bookworm AS build
3
3
4
4
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
5
5
pkg-config \
@@ -34,7 +34,7 @@ RUN npm run build
34
34
35
35
36
36
# Stage 3 - Build docker image suitable for execution and deployment
37
- FROM python:3.10 -slim-bookworm AS production
37
+ FROM python:3.11 -slim-bookworm AS production
38
38
39
39
# Stage 3.1 - Set up the needed production dependencies
40
40
# install all the dependencies for GeoDjango
You can’t perform that action at this time.
0 commit comments