diff --git a/Dockerfile b/Dockerfile index 3543876..de4f20b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Imagen oficial Python 3.7 -FROM python:3.7 +FROM python:3.13.0rc2 # Work Directory WORKDIR /usr/src/app