File tree 2 files changed +2
-2
lines changed
cmd/fluent-watcher/fluentbit
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ WORKDIR /code
6
6
RUN echo $(ls -al /code)
7
7
RUN CGO_ENABLED=0 go build -ldflags '-w -s' -o /fluent-bit/fluent-bit /code/cmd/fluent-watcher/fluentbit/main.go
8
8
9
- FROM fluent/fluent-bit:3.1.2
9
+ FROM fluent/fluent-bit:3.1.3
10
10
LABEL Description="Fluent Bit docker image" Vendor="Fluent" Version="1.0"
11
11
12
12
COPY conf/fluent-bit.conf conf/fluent-bit.yaml conf/parsers.conf /fluent-bit/etc/
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ WORKDIR /code
6
6
RUN echo $(ls -al /code)
7
7
RUN CGO_ENABLED=0 go build -ldflags '-w -s' -o /fluent-bit/fluent-bit /code/cmd/fluent-watcher/fluentbit/main.go
8
8
9
- FROM fluent/fluent-bit:3.1.2 -debug
9
+ FROM fluent/fluent-bit:3.1.3 -debug
10
10
LABEL Description="Fluent Bit docker image" Vendor="Fluent" Version="1.0"
11
11
12
12
COPY conf/fluent-bit.conf conf/fluent-bit.yaml conf/parsers.conf /fluent-bit/etc/
You can’t perform that action at this time.
0 commit comments