From ef5fde780e00b8f6b037d72295b23bc5a66e4e41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 09:22:39 +0000 Subject: [PATCH] build(deps): bump python from 3.14.6-slim to 3.14.7-slim Bumps python from 3.14.6-slim to 3.14.7-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.7-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- RemoteSettings.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RemoteSettings.Dockerfile b/RemoteSettings.Dockerfile index 76d615d9..8f9f6b18 100644 --- a/RemoteSettings.Dockerfile +++ b/RemoteSettings.Dockerfile @@ -2,7 +2,7 @@ # Compile stage ############################ -FROM python:3.14.6 AS compile +FROM python:3.14.7 AS compile ENV VIRTUAL_ENV=/opt/.venv \ PATH="/opt/.venv/bin:$PATH" @@ -45,7 +45,7 @@ RUN ./pull-kinto-admin.sh # Production stage ############################ -FROM python:3.14.6-slim AS production +FROM python:3.14.7-slim AS production ENV KINTO_INI=config/local.ini \ KINTO_ADMIN_ASSETS_PATH=/app/kinto-admin/build/ \