diff --git a/dockerfile b/dockerfile index 715861a..9453df9 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6 +FROM python:3.14.0rc3 # Copy the current directory contents into the container at /app COPY / .