Skip to content

Commit

Permalink
feat: update python base image (#16)
Browse files Browse the repository at this point in the history
* feat: update python base image

* feat: updating kubernetes pypi to 28.1.0
  • Loading branch information
venkatamutyala authored Mar 19, 2024
1 parent c5a6530 commit 61154a7
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.11.6-alpine3.18 as final
FROM python:3.11.8-alpine3.19 as final

WORKDIR /app
COPY requirements.txt /app/
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kubernetes==27.2.0
kubernetes==28.1.0
requests==2.31.0
glueops-helpers @ https://github.com/GlueOps/python-glueops-helpers-library/archive/refs/tags/v0.3.0.zip

0 comments on commit 61154a7

Please sign in to comment.