diff --git a/Dockerfile b/Dockerfile index 4122039..1386913 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10 +FROM python:3.11 # Add filter processing tools RUN apt-get update \ diff --git a/README.md b/README.md index 5c00977..818e2a4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This GitHub Action can build and deploy a Nikola website. -Current version: getnikola/nikola-action@v7 +Current version: getnikola/nikola-action@v8 # Usage