Skip to content

Commit

Permalink
Upgrade python image
Browse files Browse the repository at this point in the history
  • Loading branch information
albam-ccbill committed Jun 18, 2024
1 parent efe07bf commit 52f0ed4
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 52f0ed4

Please sign in to comment.