1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2026-04-24 20:56:17 +02:00
Commit Graph

16 Commits

Author SHA1 Message Date
kyu08 93b8d70209 Update go to 1.25 2025-10-05 10:17:03 +02:00
Kevin Radloff be7583dd40 Update to go 1.24 2025-03-08 14:53:54 -05:00
fossdd 4df8f87715 Upgrade to Alpine Linux v3.19
Alpine v3.15 is out-of-date since 2023-11-01 and is not getting any security updates anymore: https://alpinelinux.org/releases/
2024-07-06 20:21:40 +10:00
Jesse Duffield 9124d8dbaa Bump go version to 1.22 2024-05-19 16:38:21 +10:00
Stefan Haller 57ac9c2189 Bump required go version to 1.21
We'll need this to use the slices.Sort function in the next commit. It would
also be possible to use sort.Ints instead, but it's slower.
2024-02-16 13:51:15 +01:00
Jesse Duffield 975d2bedb6 Remove secureexec package
From the go 1.19 release notes:

Command and LookPath no longer allow results from a PATH search to be found relative to the current directory. This removes a common source of security problems but may also break existing programs that depend on using, say, exec.Command("prog") to run a binary named prog (or, on Windows, prog.exe) in the current directory. See the os/exec package documentation for information about how best to update such programs.
2023-07-30 19:59:51 +10:00
Adrian ac406f57ff [fix] Fixed Dockerfile 2022-03-27 22:03:16 +11:00
Pranav Shikarpur 7b69aa1fda Added ENTRYPOINT to Dockerfile to jump directly into lazy git while running the docker container 2020-07-12 14:10:04 +10:00
Rui Chen 395afc4a8d Bump golang to v1.14 2020-03-03 18:14:49 -05:00
Rui Chen 84d869a3a0 Anchor image tag to specific version 2019-10-26 21:50:27 -04:00
skanehira 1b6e46973e remove the -o option from Dockerfile 2019-03-08 15:51:23 +11:00
Jesse Duffield abc0f7f0aa copy lazygit directory into docker container 2019-03-02 21:31:48 +11:00
Tommy Nguyen b95abd95ef Dockerfile: add alias 2018-12-09 16:36:12 +11:00
Tommy Nguyen ea6712dec8 Remove -a -installsuffix; copy to /bin/ 2018-12-09 16:36:12 +11:00
Tommy Nguyen de37a66ef3 Dockerfile improvements 2018-12-09 16:36:12 +11:00
Jesse Duffield 6c1d133315 dockerfile for testing on alpine linux 2018-09-04 22:19:08 +10:00