From d09056e4af999e1a154d0401bbd8214f07cbeb2f Mon Sep 17 00:00:00 2001 From: killianmuldoon Date: Mon, 24 Jul 2023 19:39:37 +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 3458353acbe6..b1436887ba7c 100644 --- a/Tiltfile +++ b/Tiltfile @@ -195,7 +195,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.20.6 as tilt WORKDIR / COPY --from=tilt-helper /process.txt . COPY --from=tilt-helper /start.sh .