Skip to content

Commit

Permalink
Update image and dependencies (#3)
Browse files Browse the repository at this point in the history
* Update Dockerfile
* Update requirements.txt
  • Loading branch information
plfiorini authored Sep 18, 2024
1 parent e0121ae commit 368ebdd
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,4 +1,4 @@
FROM python:3.7-alpine
FROM python:3-alpine

RUN apk add desktop-file-utils appstream-glib

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requests==2.32.0
requests>=2.32.0

0 comments on commit 368ebdd

Please sign in to comment.