Skip to content

Commit 51d77f8

Browse files
committed
try: update python and dep
1 parent c49b5bb commit 51d77f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Resources/docker/app/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10.16-alpine3.21 AS builder
1+
FROM python:3.11.11-alpine3.21 AS builder
22

33
ENV PYTHONUNBUFFERED=1
44

@@ -11,7 +11,7 @@ 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

1616
ENV PYTHONUNBUFFERED=1
1717
ENV DJANGO_SETTINGS_MODULE='config.docker-compose'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ mimeparse==0.1.3
1111
psycopg2-binary==2.9.10
1212
python-dateutil==2.8.2
1313
python-mimeparse==1.6.0
14-
drf-spectacular==0.27.2
14+
drf-spectacular==0.28.0

0 commit comments

Comments
 (0)