diff --git a/Dockerfile b/Dockerfile index 82e71c6f..c6cdf5e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # REF: https://hub.docker.com/_/python -FROM python:3.12.6-slim-bullseye +FROM python:3.12.7-slim-bullseye LABEL "com.github.actions.name"="Spellcheck Action" LABEL "com.github.actions.description"="Check spelling of files in repository"