We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4d180 commit 75965b1Copy full SHA for 75965b1
statsd_exporter/Dockerfile
@@ -22,6 +22,7 @@ microdnf clean all
22
rm -rf /var/cache/yum
23
24
export GOPATH=/go_cache
25
+# We use version 1.7.0, since a newer version of cyclonedx-gomod is not compatible with the version of Golang (>= 1.23.1)
26
go install github.com/CycloneDX/cyclonedx-gomod/cmd/[email protected]
27
EOF
28
0 commit comments