Skip to content

Commit

Permalink
Upgrade python image (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: albam-ccbill <[email protected]>
  • Loading branch information
albamerdani and albam-ccbill authored Jun 19, 2024
1 parent efe07bf commit 85f227e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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.4-alpine3.10
FROM python:3.12.4-alpine3.20
COPY automation .
ADD requirements.txt requirements.txt
RUN pip install -r requirements.txt
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
requests==2.22.0
urllib3==1.24.3
requests==2.28.1

0 comments on commit 85f227e

Please sign in to comment.