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