Skip to content

Commit ce33c29

Browse files
authored
Merge pull request #9070 from killianmuldoon/pr-tilt-debug-base-image
🐛 Change tilt debug base image to golang
2 parents 3f03a5c + d09056e commit ce33c29

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)