From 7acecc1a67e391d9b9ff1b6b8a8ad2942a701788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 08:01:09 +0000 Subject: [PATCH] Bump python from 3.14.0-alpine to 3.14.2-alpine Bumps python from 3.14.0-alpine to 3.14.2-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.2-alpine 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 565bfd4..6419eaf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.0-alpine +FROM python:3.14.2-alpine # Download PlantUML + dependencies RUN mkdir -p /usr/share/man/man1 && apk add --no-cache openjdk8 graphviz && \