From c95c9a34c3fca6d7cece61d6a3e4076e6be5591f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 02:10:02 +0000 Subject: [PATCH] ci(deps): bump python in the docker-all group Bumps the docker-all group with 1 update: python. Updates `python` from 3.12-slim-bookworm to 3.14-slim-bookworm --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim-bookworm dependency-type: direct:production dependency-group: docker-all ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 45b9e2a31..9bd844ac4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bookworm@sha256:593bd06efe90efa80dc4eee3948be7c0fde4134606dd40d8dd8dbcade98e669c +FROM python:3.14-slim-bookworm@sha256:23c59390fc717bf09f9336908199a0ae75d9c4264bf296123f94ad772fea3b52 LABEL maintainer="ArduPilot Methodic Configurator Team" LABEL description="Development environment for ArduPilot Methodic Configurator with SITL support"