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