Skip to content

Commit

Permalink
Update requirements.txt (#3)
Browse files Browse the repository at this point in the history
* Update requirements.txt

* Update Dockerfile
  • Loading branch information
venkatamutyala authored Feb 17, 2023
1 parent 7321d1c commit 490709a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3.11.1
FROM python:3.11.2

COPY requirements.txt /app/requirements.txt
WORKDIR /app
RUN pip install -r requirements.txt
COPY main.py /app/main.py

CMD [ "python", "-u", "main.py" ]
CMD [ "python", "-u", "main.py" ]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kubernetes==25.3.0
requests==2.28.1
requests==2.28.2

0 comments on commit 490709a

Please sign in to comment.