Skip to content

Commit

Permalink
Merge pull request #9074 from killianmuldoon/pr-1.4-bump-debug-tilt
Browse files Browse the repository at this point in the history
[release-1.4] 🌱 Change tilt debug base image to golang
  • Loading branch information
k8s-ci-robot committed Jul 25, 2023
2 parents 001b1d9 + fab1983 commit d5e6afa
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 @@ -175,7 +175,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 d5e6afa

Please sign in to comment.