We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15abe1 commit 0fb3aa4Copy full SHA for 0fb3aa4
sidecar/fluentbit/Dockerfile.ubi
@@ -1,11 +1,11 @@
1
-FROM golang:1.23rc1 AS go-builder
+FROM golang:1.24.3 AS go-builder
2
RUN mkdir /build
3
ADD ./out_gstdout /build/
4
WORKDIR /build
5
RUN make all
6
7
# ToDo: build and use the latest fluent-bit image
8
-FROM public.ecr.aws/sumologic/fluent-bit:3.0.7-ubi
+FROM public.ecr.aws/sumologic/fluent-bit:4.0.1-ubi
9
10
ARG VERSION=${VERSION}
11
ARG RELEASE_NUMBER=${RELEASE_NUMBER}
0 commit comments