From 9c8109f3e782e9a8d8f82775e11146a8e491f89e Mon Sep 17 00:00:00 2001 From: killianmuldoon Date: Tue, 25 Jul 2023 09:31:46 +0100 Subject: [PATCH] Change tilt debug base image to golang Signed-off-by: killianmuldoon --- Tiltfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiltfile b/Tiltfile index a39cb962ba58..a977d2c199f8 100644 --- a/Tiltfile +++ b/Tiltfile @@ -177,7 +177,7 @@ RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com """ tilt_dockerfile_header = """ -FROM gcr.io/distroless/base:debug as tilt +FROM golang:1.19.6 as tilt WORKDIR / COPY --from=tilt-helper /process.txt . COPY --from=tilt-helper /start.sh .