[VOL-5374] Upgrade tools with go version 1.23.1

Change-Id: I12caf4f747f934be1553b6eb0e95b590a111e922
Signed-off-by: abhay <abhayk@radisys.com>
diff --git a/docker/python.Dockerfile b/docker/python.Dockerfile
index acec795..c7f5ece 100644
--- a/docker/python.Dockerfile
+++ b/docker/python.Dockerfile
@@ -12,9 +12,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM python:3.8.5-alpine
+FROM python:3.12.7-alpine
 
-RUN pip install -I tox==3.19.0 && pip install -I bandit==1.6.2
+RUN pip install --no-cache-dir --upgrade pip==24.2 && pip install --no-cache-dir -I tox==4.20.0 && pip --no-cache-dir install -I bandit==1.7.10
 
 WORKDIR /app