Skip to content

Commit 76054b9

Browse files
build(deps): Bump golang in /docs/best-practice/forwarding-logs-via-http (#1227)
Bumps golang from 1.22.3 to 1.22.4. --- 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 8ecf48b commit 76054b9

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.22.3 as builder
2+
FROM golang:1.22.4 as builder
33

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

0 commit comments

Comments
 (0)