We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36074b5 commit 075786eCopy full SHA for 075786e
Dockerfile
@@ -1,5 +1,5 @@
1
FROM python:3.13-slim-bookworm AS base
2
-COPY --from=ghcr.io/astral-sh/uv:0.6.2 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.7.4 /uv /uvx /bin/
3
4
LABEL maintainer="Mapswipe Dev"
5
LABEL org.opencontainers.image.source="https://github.com/mapswipe/mapswipe-backend/"
pyproject.toml
@@ -19,7 +19,7 @@ dependencies = [
19
"django-environ",
20
"django-premailer",
21
"django-redis",
22
- "django-storages",
+ "django-storages[s3]",
23
"djangoql", # Admin panel query search
24
"djangorestframework",
25
"factory-boy~=3.2.1",
0 commit comments