Skip to content

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
traberph committed Oct 8, 2024
1 parent 72266fe commit 4019969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3
FROM python:3.12
WORKDIR /app
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastapi[standard]==0.114.0
fastapi[standard]==0.115.0
Jinja2==3.1.4
requests==2.32.3
cachetools==5.5.0
beautifulsoup4==4.12.3
cachetools==5.5.0
beautifulsoup4==4.12.3

0 comments on commit 4019969

Please sign in to comment.