diff --git a/docker/homControl/Dockerfile b/docker/homControl/Dockerfile index c17cf9f0..2adea21a 100644 --- a/docker/homControl/Dockerfile +++ b/docker/homControl/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as the base image -FROM python:3.12-slim +FROM python:3.13-slim EXPOSE 8501 # Set the working directory in the container