Skip to content

Commit

Permalink
Merge pull request #9072 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…9070-to-release-1.5

[release-1.5] 🐛 Change tilt debug base image to golang
  • Loading branch information
k8s-ci-robot committed Jul 25, 2023
2 parents 0d8e0de + baf87ea commit 4abf44c
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 @@ -195,7 +195,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.20.6 as tilt
WORKDIR /
COPY --from=tilt-helper /process.txt .
COPY --from=tilt-helper /start.sh .
Expand Down

0 comments on commit 4abf44c

Please sign in to comment.