From eadea1b88e912117b46eb1645cb9c10a2592a3f9 Mon Sep 17 00:00:00 2001 From: Sachin Rathod Date: Wed, 5 Aug 2026 22:50:57 +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 be9f63a4..0f0e6435 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.11.10-alpine as builder +FROM --platform=linux/amd64 cgr.dev/spotdraft.com/go:1.11.10-dev as builder MAINTAINER FullStory Engineering # currently, a module build requires gcc (so Go tool can build