Skip to content

Commit 913b938

Browse files
Bump the docker-plugin group with 2 updates (#94)
Bumps the docker-plugin group with 2 updates: golang and fluent/fluent-bit. Updates `golang` from 1.24.4 to 1.24.5 Updates `fluent/fluent-bit` from 4.0.3 to 4.0.5 --- updated-dependencies: - dependency-name: golang dependency-version: 1.24.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-plugin - dependency-name: fluent/fluent-bit dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-plugin ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d1f615f commit 913b938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM golang:1.24.4 AS build
1+
FROM golang:1.25.1 AS build
22
WORKDIR /root
33
COPY go.mod go.sum ./
44
RUN go mod download
55
COPY . .
66
RUN make build
77

8-
FROM fluent/fluent-bit:4.0.3
8+
FROM fluent/fluent-bit:4.1.0
99
COPY --from=build /root/out_clickhouse.so /fluent-bit/bin/
1010
EXPOSE 2020
1111
CMD ["/fluent-bit/bin/fluent-bit", "--plugin", "/fluent-bit/bin/out_clickhouse.so", "--config", "/fluent-bit/etc/fluent-bit.conf"]

0 commit comments

Comments
 (0)