Skip to content

Commit

Permalink
Add golang image to tiltfile
Browse files Browse the repository at this point in the history
Signed-off-by: alexander-demicev <alexandr.demicev@suse.com>
  • Loading branch information
alexander-demicev committed Aug 3, 2023
1 parent 72873f9 commit a1f8549
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ def build_image():
"OWNERS_ALIASES",
"PROJECT",
"SECURITY_CONTACTS"
]
],
build_args = {
"builder_image": "docker.io/library/golang:1.20.4",
}
)

def deploy():
Expand Down

0 comments on commit a1f8549

Please sign in to comment.