File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM python:3.9 -slim
1
+ FROM python:3.10 -slim
2
2
3
3
# Install packages needed to run your application (not build deps):
4
4
# We need to recreate the /usr/share/man/man{1..8} directories first because
@@ -34,7 +34,7 @@ RUN set -ex \
34
34
zlib1g-dev \
35
35
" \
36
36
&& apt-get update && apt-get install -y --no-install-recommends $BUILD_DEPS \
37
- && python3.9 -m venv ${VIRTUAL_ENV} \
37
+ && python3.10 -m venv ${VIRTUAL_ENV} \
38
38
&& pip install -U pip \
39
39
&& pip install --no-cache-dir -r /requirements/production.txt \
40
40
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $BUILD_DEPS \
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ django-storages==1.14.2
11
11
botocore>=1.12.33,<1.13
12
12
aws-requests-auth==0.4.3
13
13
django-redis==5.4.0
14
- django-basic-auth-ip-whitelist==0.5
14
+ django-basic-auth-ip-whitelist==0.6
You can’t perform that action at this time.
0 commit comments