From 83b4dc80b8241dbaece9b2315f00dd523a884a4c Mon Sep 17 00:00:00 2001 From: Sachin Rathod Date: Wed, 5 Aug 2026 22:54:46 +0530 Subject: [PATCH] chore: migrate base images to Chainguard (amd64) Replace public base images with Chainguard equivalents from cgr.dev/spotdraft.com. - Uses -fips variants where available - Build stages use :latest-dev (shell available) - Runtime stages use :latest (minimal) - Platform pinned to linux/amd64 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 08a41b2a..a07ad3de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:2.7.11-alpine +FROM --platform=linux/amd64 cgr.dev/spotdraft.com/python-fips:2.7.11-dev MAINTAINER Presslabs ping@presslabs.com # Ensure that Python outputs everything that's printed inside