From 5c203dbe05c975b86aec4b9d0839333f5df547bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 22:58:54 +0000 Subject: [PATCH 1/2] Bump python from 3.11-slim to 3.13-slim Bumps python from 3.11-slim to 3.13-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.13-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.quantum | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8832fec..5e6292f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim AS base +FROM python:3.13-slim AS base # Prevent bytecode generation and ensure stdout/stderr are unbuffered ENV PYTHONDONTWRITEBYTECODE=1 \ diff --git a/Dockerfile.quantum b/Dockerfile.quantum index a02df4d..eaf7f94 100644 --- a/Dockerfile.quantum +++ b/Dockerfile.quantum @@ -1,5 +1,5 @@ # Multi-stage Dockerfile for Quantum Development with D-Wave Ocean SDK -FROM python:3.11-slim as base +FROM python:3.13-slim as base # Set environment variables ENV PYTHONUNBUFFERED=1 \ From 0a67d55e7783a6dbc3cec919d53750691e48bdc6 Mon Sep 17 00:00:00 2001 From: Hayden <154503486+groupthinking@users.noreply.github.com> Date: Wed, 20 Aug 2025 18:30:11 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 81997fc..d50fdef 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,4 @@ -# Unified MCP DevContainer & Runtime (UMDR) -This repository contains a canonical Docker-based development environment for MCP services. - -## Deliverables - ✅ **Dockerfile** – Multi-stage, optimized build - ✅ **docker-compose.yml** – Complete service orchestration