Skip to content

Commit f2b3191

Browse files
committed
Switch branch to master v2.24.0
Signed-off-by: Matthew Fala <[email protected]>
1 parent e5ca66a commit f2b3191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM public.ecr.aws/amazonlinux/amazonlinux:latest as builder
33
# Fluent Bit version; update these for each release
44
ENV FLB_VERSION 1.9.3
55
# branch to pull parsers from in github.com/fluent/fluent-bit-docker-image
6-
ENV FLB_DOCKER_BRANCH 1.9
6+
ENV FLB_DOCKER_BRANCH master
77

88
ENV FLB_TARBALL http://github.com/fluent/fluent-bit/archive/v$FLB_VERSION.zip
99
RUN mkdir -p /fluent-bit/bin /fluent-bit/etc /fluent-bit/log /tmp/fluent-bit-master/

Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM public.ecr.aws/amazonlinux/amazonlinux:latest as builder
33
# Fluent Bit version; update these for each release
44
ENV FLB_VERSION 1.9.3
55
# branch to pull parsers from in github.com/fluent/fluent-bit-docker-image
6-
ENV FLB_DOCKER_BRANCH 1.9
6+
ENV FLB_DOCKER_BRANCH master
77

88
ENV FLB_TARBALL http://github.com/fluent/fluent-bit/archive/v$FLB_VERSION.zip
99
RUN mkdir -p /fluent-bit/bin /fluent-bit/etc /fluent-bit/log /tmp/fluent-bit-master/

0 commit comments

Comments
 (0)