From a3c24ec4dc7f01d5cc2a070fbafad26532a956c9 Mon Sep 17 00:00:00 2001 From: "michael.rabellino" Date: Wed, 10 Jul 2024 13:23:34 -0600 Subject: [PATCH] updating python libs as part of build --- docker/python-sci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/python-sci/Dockerfile b/docker/python-sci/Dockerfile index a1d338c..31b4e69 100644 --- a/docker/python-sci/Dockerfile +++ b/docker/python-sci/Dockerfile @@ -38,7 +38,7 @@ RUN conda config --set solver classic && \ # Get the latest package updates to keep security vulnerabilities down RUN apk update && apk upgrade -RUN conda update stdlib +RUN conda update python # Install idsse common python code WORKDIR /python/idsse_common