Skip to content

Commit

Permalink
Merge pull request #9075 from killianmuldoon/pr-1.3-bump-debug-tilt
Browse files Browse the repository at this point in the history
[release-1.3] 🌱 Change tilt debug base image to golang
  • Loading branch information
k8s-ci-robot committed Jul 25, 2023
2 parents 04da969 + 9c8109f commit 3f7ccb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,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.19.6 as tilt
WORKDIR /
COPY --from=tilt-helper /process.txt .
COPY --from=tilt-helper /start.sh .
Expand Down

0 comments on commit 3f7ccb8

Please sign in to comment.