Skip to content

Commit

Permalink
chore: upgrade Fluent Bit to 1.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel committed Feb 2, 2022
1 parent a4ccc45 commit 7a31bc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion operator/Dockerfile.ubi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.16.2 as builder
FROM golang:1.17.6 as builder

WORKDIR /workspace

Expand Down
2 changes: 1 addition & 1 deletion sidecar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ADD ./out_gstdout /build/
WORKDIR /build
RUN make all

FROM fluent/fluent-bit:1.7.2
FROM fluent/fluent-bit:1.8.12
ENV LOG_LEVEL=warning

COPY --from=go-builder \
Expand Down
2 changes: 1 addition & 1 deletion sidecar/Dockerfile.ubi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16.2 as go-builder
FROM golang:1.17.6 as go-builder
RUN mkdir /build
ADD ./out_gstdout /build/
WORKDIR /build
Expand Down

0 comments on commit 7a31bc6

Please sign in to comment.