Skip to content

Commit edb3a70

Browse files
swapneilsSwapneil Singh
andauthored
2.32.2.20241008: Mitigate issues with deployment-process migration in 2.32.2.20241003 (#862)
Co-authored-by: Swapneil Singh <[email protected]>
1 parent ebe3f3a commit edb3a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dockerfiles/Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ FROM builder as compile
7979
WORKDIR /tmp/fluent-bit-$FLB_VERSION/
8080
RUN git clone https://github.com/amazon-contributing/upstream-to-fluent-bit.git /tmp/fluent-bit-$FLB_VERSION/
8181
WORKDIR /tmp/fluent-bit-$FLB_VERSION/build/
82-
RUN git fetch --all --tags && git checkout tags/v${FLB_VERSION} -b v${FLB_VERSION} && git describe --tags
82+
RUN git checkout $FLB_VERSION
8383

8484
# Apply Fluent Bit patches to base version
8585
COPY AWS_FLB_CHERRY_PICKS \

0 commit comments

Comments
 (0)