Skip to content

Commit 0fb3aa4

Browse files
authored
updated golang and fluent-bit images on tailing-sidecar ubi image (#804)
Signed-off-by: Samiur Arif <samiur.arif@sumologic.com>
1 parent d15abe1 commit 0fb3aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sidecar/fluentbit/Dockerfile.ubi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM golang:1.23rc1 AS go-builder
1+
FROM golang:1.24.3 AS go-builder
22
RUN mkdir /build
33
ADD ./out_gstdout /build/
44
WORKDIR /build
55
RUN make all
66

77
# ToDo: build and use the latest fluent-bit image
8-
FROM public.ecr.aws/sumologic/fluent-bit:3.0.7-ubi
8+
FROM public.ecr.aws/sumologic/fluent-bit:4.0.1-ubi
99

1010
ARG VERSION=${VERSION}
1111
ARG RELEASE_NUMBER=${RELEASE_NUMBER}

0 commit comments

Comments
 (0)