Bump Cloudflare version to 2.8.15
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2021-01-20 16:35:35 -08:00
parent fdb3c744b0
commit d66c11cc00
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ RUN mkdir -p /src
WORKDIR /src
# Get Cloudflare example script
ENV CF_VERSION=2.6.0
ENV CF_VERSION=2.8.15
ADD https://raw.githubusercontent.com/cloudflare/python-cloudflare/$CF_VERSION/examples/example_update_dynamic_dns.py ./update_ddns.py
RUN chmod +rx ./update_ddns.py