From b4a96f1610cf4d1f678f5def1d880443beb1337a Mon Sep 17 00:00:00 2001 From: Wesley Pettit Date: Thu, 21 Nov 2019 23:51:18 -0800 Subject: [PATCH] Bump Fluent Bit version to patch 1.3.3 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b1ef72104..b8fbc10e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,8 @@ FROM amazonlinux:latest as builder # Fluent Bit version; update these for each release ENV FLB_MAJOR 1 ENV FLB_MINOR 3 -ENV FLB_PATCH 2 -ENV FLB_VERSION 1.3.2 +ENV FLB_PATCH 3 +ENV FLB_VERSION 1.3.3 # branch to pull parsers from in github.com/fluent/fluent-bit-docker-image ENV FLB_DOCKER_BRANCH 1.3