From 61154a7995d16ab936ff3b379ff4340de77773cb Mon Sep 17 00:00:00 2001 From: Venkata Mutyala Date: Tue, 19 Mar 2024 11:36:10 -0700 Subject: [PATCH] feat: update python base image (#16) * feat: update python base image * feat: updating kubernetes pypi to 28.1.0 --- Dockerfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 57b7ca2..bdf9e05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ diff --git a/requirements.txt b/requirements.txt index a8cc16e..0e88a87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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