Skip to content

Commit 23e1c26

Browse files
build(deps): Bump golang in /docs/best-practice/forwarding-logs-via-http (#1446)
Bumps golang from 1.23.1 to 1.23.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 49a9f9a commit 23e1c26

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.23.1 as builder
2+
FROM golang:1.23.4 as builder
33

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

0 commit comments

Comments
 (0)