We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f03a5c + d09056e commit ce33c29Copy full SHA for ce33c29
Tiltfile
@@ -195,7 +195,7 @@ RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com
195
"""
196
197
tilt_dockerfile_header = """
198
-FROM gcr.io/distroless/base:debug as tilt
+FROM golang:1.20.6 as tilt
199
WORKDIR /
200
COPY --from=tilt-helper /process.txt .
201
COPY --from=tilt-helper /start.sh .
0 commit comments