Skip to content

Commit 9085a2c

Browse files
build(deps): Bump golang in /docs/best-practice/forwarding-logs-via-http (fluent#831)
Bumps golang from 1.20.4 to 1.20.6. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95955c5 commit 9085a2c

File tree

1 file changed

+1
-1
lines changed
  • docs/best-practice/forwarding-logs-via-http

1 file changed

+1
-1
lines changed

docs/best-practice/forwarding-logs-via-http/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.20.4 as builder
2+
FROM golang:1.20.6 as builder
33

44
WORKDIR /
55
COPY main.go /go/src/main.go

0 commit comments

Comments
 (0)