We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49b5bb commit 51d77f8Copy full SHA for 51d77f8
Resources/docker/app/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.10.16-alpine3.21 AS builder
+FROM python:3.11.11-alpine3.21 AS builder
2
3
ENV PYTHONUNBUFFERED=1
4
@@ -11,7 +11,7 @@ RUN apk add --no-cache --virtual .build-deps gcc g++ musl-dev \
11
postgresql-dev binutils rust cargo && \
12
python3 -m pip install -r requirements.txt --no-cache-dir
13
14
-FROM python:3.10.16-alpine3.21
+FROM python:3.11.11-alpine3.21
15
16
17
ENV DJANGO_SETTINGS_MODULE='config.docker-compose'
requirements.txt
@@ -11,4 +11,4 @@ mimeparse==0.1.3
psycopg2-binary==2.9.10
python-dateutil==2.8.2
python-mimeparse==1.6.0
-drf-spectacular==0.27.2
+drf-spectacular==0.28.0
0 commit comments