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