[Snyk] Security upgrade golang from 1.21.12 to 1.22.6 (#530)

* 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>
This commit is contained in:
Samuel Berthe
2024-09-06 15:29:48 +02:00
committed by GitHub
parent db0f4d2171
commit 4ebf484945

View File

@@ -1,5 +1,5 @@
FROM golang:1.21.12
FROM golang:1.23.1
WORKDIR /go/src/github.com/samber/lo