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 f9ed451 commit 93866a6Copy full SHA for 93866a6
.changelog/807.txt
@@ -0,0 +1,3 @@
1
+```release-note:security
2
+go: upgrade go version to 40c38fd658f0fd07ce74f2ee51b8abd3bfed01b3
3
+```
Dockerfile
@@ -47,7 +47,7 @@ RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/$BIN_NAME
47
# either).
48
ARG GOLANG_VERSION
49
FROM golang:${GOLANG_VERSION}-alpine as go-discover
50
-RUN CGO_ENABLED=0 go install github.com/hashicorp/go-discover/cmd/discover@v1.1.0
+RUN CGO_ENABLED=0 go install github.com/hashicorp/go-discover/cmd/discover@40c38fd658f0fd07ce74f2ee51b8abd3bfed01b3
51
52
# Pull in dumb-init from alpine, as our distroless release image doesn't have a
53
# package manager and there's no RPM package for UBI.
0 commit comments