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.
1 parent 3f03a5c commit d09056eCopy full SHA for d09056e
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