Skip to content

Commit 93866a6

Browse files
authored
updating go discover version (#807)
* updating go discover version * Adding change log
1 parent f9ed451 commit 93866a6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/807.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:security
2+
go: upgrade go version to 40c38fd658f0fd07ce74f2ee51b8abd3bfed01b3
3+
```

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/$BIN_NAME
4747
# either).
4848
ARG GOLANG_VERSION
4949
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
50+
RUN CGO_ENABLED=0 go install github.com/hashicorp/go-discover/cmd/discover@40c38fd658f0fd07ce74f2ee51b8abd3bfed01b3
5151

5252
# Pull in dumb-init from alpine, as our distroless release image doesn't have a
5353
# package manager and there's no RPM package for UBI.

0 commit comments

Comments
 (0)