From b0e06cc033bb9c6e1b1981a0cef075a453a23279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 18:52:40 +0000 Subject: [PATCH] deps: bump python from 3.12-slim to 3.14-slim Bumps python from 3.12-slim to 3.14-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.sandbox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3ebff91..b1a3e9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY frontend/ ./ RUN npm run build # Stage 2: Python runtime -FROM python:3.12-slim AS runtime +FROM python:3.14-slim AS runtime # Install uv for fast dependency resolution COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv diff --git a/Dockerfile.sandbox b/Dockerfile.sandbox index bc1dc25..b037154 100644 --- a/Dockerfile.sandbox +++ b/Dockerfile.sandbox @@ -1,7 +1,7 @@ # FormicOS Sandbox — Minimal Python image for code execution (Wave 14) # Build: docker build -f Dockerfile.sandbox -t formicos-sandbox:latest . -FROM python:3.12-slim +FROM python:3.14-slim # No network access, read-only root, writable /tmp only RUN useradd --create-home --shell /bin/false sandbox