diff --git a/Dockerfile b/Dockerfile index 0c2a9bd..fda0a36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.6-alpine3.18 +FROM python:3.11.7-alpine3.19 RUN pip install --upgrade pip diff --git a/requirements.txt b/requirements.txt index c180c85..fe058ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ jwt==1.3.1 kubernetes==27.2.0 requests==2.31.0 -glueops-helpers @ https://github.com/GlueOps/python-glueops-helpers-library/archive/refs/tags/v0.3.0.zip +glueops-helpers @ https://github.com/GlueOps/python-glueops-helpers-library/archive/refs/tags/v0.4.1.zip