diff --git a/Dockerfile b/Dockerfile index 83c0d6a..2fd7939 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6 +FROM python:3.14.0rc3 COPY ./blockchain_client /app