mirror of
https://github.com/samber/lo.git
synced 2025-09-26 12:01:12 +08:00

* fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-CURL-7575306 - https://snyk.io/vuln/SNYK-DEBIAN12-CURL-7575306 - https://snyk.io/vuln/SNYK-DEBIAN12-CURL-7575306 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 * Update Dockerfile --------- Co-authored-by: snyk-bot <snyk-bot@snyk.io>
9 lines
97 B
Docker
9 lines
97 B
Docker
|
|
FROM golang:1.23.1
|
|
|
|
WORKDIR /go/src/github.com/samber/lo
|
|
|
|
COPY Makefile go.* ./
|
|
|
|
RUN make tools
|