From 60614577d79a88c0064d78244a849c120b5a5d55 Mon Sep 17 00:00:00 2001 From: Haim Cohen Date: Thu, 9 Jan 2025 08:53:03 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f0f8965..ccb6eee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ # Dockerfile for Streamlit Application # Specify the base image -FROM python:3.7 +#FROM python:3.7 +FROM python:latest # Maintainer LABEL maintainer="Haim Cohen "