From 9779362117143982011e3d8478862164ee1a9c71 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Fri, 16 Feb 2024 07:49:29 -0500 Subject: [PATCH] upped the python version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a39ee5..27de3c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # This Dockerfile is used to build THE apsviz-ui-data python image -FROM python:3.11.7-slim +FROM python:3.12.2-slim # update the image base RUN apt-get update && apt-get -y upgrade