Commit Graph

12 Commits

Author SHA1 Message Date
Zack f41a2afead bump version and fix installer 2024-02-06 15:51:07 -08:00
Rehan Mahmood 9ad2af18bd Added the `gcc` and `musl-dev` packages in the builder layer of the Dockerfile. 2024-01-28 14:38:01 -05:00
Tai Groot ae20f2b5ac
update dockerfile 2022-12-01 21:45:10 -08:00
Eng Zer Jun da8beb65bf
build: upgrade to Go 1.17
Go 1.17 introduces compiler improvement
(https://golang.org/doc/go1.17#compiler) and supports module graph
pruning (https://golang.org/ref/mod#graph-pruning) and lazy module
loading (https://golang.org/ref/mod#lazy-loading).

This commit applies the changes by running `go mod tidy -go=1.17` to
enable module graph pruning and lazy module loading supported by Go 1.17
or higher.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-11-17 11:39:01 +08:00
Craeckie 968950f783
Use unprivileged user in docker
See 
https://americanexpress.io/do-not-run-dockerized-applications-as-root/
and 
https://engineering.bitnami.com/articles/why-non-root-containers-are-important-for-security.html
2021-04-22 09:53:49 +00:00
Zack Scholl 026487a833 update docker 2021-04-17 20:40:56 -07:00
Spaceface16518 90eda5639f Strip go binary in docker build 2021-01-27 12:30:45 -06:00
Zack Scholl 900424ca66 update go in docker 2020-09-03 13:34:10 -07:00
Zack Scholl a87b571376 update dockerifle 2020-02-28 13:30:39 -08:00
Thorben Günther 06dd3ba62f
Don't force users to set $CROC_PASS 2019-12-07 02:06:01 +01:00
Thorben Günther 1ae85758f0
Support relay password for docker 2019-12-06 12:31:26 +01:00
Zack 6d9105abfb
Docker (#134)
* docker file works

* add docker info
2019-07-04 18:20:25 -07:00