File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.10.16 -alpine3.21 AS builder
1+ FROM python:3.11.11 -alpine3.21 AS builder
22
33ENV PYTHONUNBUFFERED=1
44
@@ -11,15 +11,15 @@ RUN apk add --no-cache --virtual .build-deps gcc g++ musl-dev \
1111 postgresql-dev binutils rust cargo && \
1212 python3 -m pip install -r requirements.txt --no-cache-dir
1313
14- FROM python:3.10.16 -alpine3.21
14+ FROM python:3.11.11 -alpine3.21
1515
1616ENV PYTHONUNBUFFERED=1
1717ENV DJANGO_SETTINGS_MODULE='config.docker-compose'
1818
1919RUN mkdir /code
2020WORKDIR /code
2121
22- COPY --from=builder /usr/local/lib/python3.10 /site-packages /usr/local/lib/python3.10 /site-packages
22+ COPY --from=builder /usr/local/lib/python3.11 /site-packages /usr/local/lib/python3.11 /site-packages
2323COPY --from=builder /usr/local/bin /usr/local/bin
2424
2525ADD . /code/
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ mimeparse==0.1.3
1111psycopg2-binary == 2.9.10
1212python-dateutil == 2.8.2
1313python-mimeparse == 1.6.0
14- drf-spectacular == 0.27.2
14+ drf-spectacular == 0.28.0
You can’t perform that action at this time.
0 commit comments