Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Botsman committed Dec 23, 2024
1 parent c3a3564 commit 9881869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.13-slim

RUN apt update && apt upgrade -y
RUN apt install -y nginx ca-certificates
RUN apt install nginx ca-certificates -y

COPY requirements.txt .
RUN pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp[speedups]==3.11.11
cryptography==43.0.1
uvicorn==0.30.6
fastapi==0.109.2
fastapi==0.115.6

0 comments on commit 9881869

Please sign in to comment.