From 975de5b80e0f1dab753007495911b2958a43350a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:00:46 +0000 Subject: [PATCH] Bump python from `2751cbe` to `3955a7d` Bumps python from `2751cbe` to `3955a7d`. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.2-slim-trixie dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a566fa12..aeeba197 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # REF: https://hub.docker.com/_/python # Python 3.14.2-slim-trixie -FROM python:3.14.2-slim-trixie@sha256:2751cbe93751f0147bc1584be957c6dd4c5f977c3d4e0396b56456a9fd4ed137 +FROM python:3.14.2-slim-trixie@sha256:3955a7dd66ccf92b68d0232f7f86d892eaf75255511dc7e98961bdc990dc6c9b LABEL "com.github.actions.name"="Spellcheck Action" LABEL "com.github.actions.description"="Check spelling of files in repository"