diff --git a/Dockerfile b/Dockerfile index f9cdcc0f..a5b49030 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # REF: https://hub.docker.com/_/python -FROM python:3.13.0-slim-bookworm +FROM python:3.13.1-slim-bookworm LABEL "com.github.actions.name"="Spellcheck Action" LABEL "com.github.actions.description"="Check spelling of files in repository"