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