diff --git a/Dockerfile b/Dockerfile index d588531..5a001e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. # -FROM continuumio/miniconda3:4.10.3 +FROM continuumio/miniconda3:22.11.1 # Upgrade all packages to meet security criteria RUN apt-get update && apt-get upgrade -y && apt-get install sudo && rm -rf /var/lib/apt/lists/*