You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dogfood/contents/Dockerfile
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -220,13 +220,15 @@ RUN GH_CLI_VERSION=$(curl -s "https://api.github.com/repos/cli/cli/releases/late
220
220
# See https://github.com/jesseduffield/lazygit#ubuntu
221
221
RUN LAZYGIT_VERSION=$(curl -s"https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep'"tag_name":' | sed -E's/.*"v*([^"]+)".*/\1/') && \