summaryrefslogtreecommitdiffstats
path: root/Dockerfile
AgeCommit message (Collapse)Author
2024-07-06Upgrade to Alpine Linux v3.19fossdd
Alpine v3.15 is out-of-date since 2023-11-01 and is not getting any security updates anymore: https://alpinelinux.org/releases/
2024-05-19Bump go version to 1.22Jesse Duffield
2024-02-16Bump required go version to 1.21Stefan Haller
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.
2023-07-30Remove secureexec packageJesse Duffield
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.
2022-03-27[fix] Fixed DockerfileAdrian
2020-07-12Added ENTRYPOINT to Dockerfile to jump directly into lazy git while running ↵Pranav Shikarpur
the docker container
2020-03-03Bump golang to v1.14Rui Chen
2019-10-26Anchor image tag to specific versionRui Chen
2019-03-08remove the -o option from Dockerfileskanehira
2019-03-02copy lazygit directory into docker containerJesse Duffield
2018-12-09Dockerfile: add aliasTommy Nguyen
2018-12-09Remove -a -installsuffix; copy to /bin/Tommy Nguyen
2018-12-09Dockerfile improvementsTommy Nguyen
2018-09-04dockerfile for testing on alpine linuxJesse Duffield