Skip to content

Commit d09056e

Browse files
Change tilt debug base image to golang
Signed-off-by: killianmuldoon <[email protected]>
1 parent 3f03a5c commit d09056e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com
195195
"""
196196

197197
tilt_dockerfile_header = """
198-
FROM gcr.io/distroless/base:debug as tilt
198+
FROM golang:1.20.6 as tilt
199199
WORKDIR /
200200
COPY --from=tilt-helper /process.txt .
201201
COPY --from=tilt-helper /start.sh .

0 commit comments

Comments
 (0)