diff --git a/Dockerfile b/Dockerfile index 66d7ab10a416998b63af7c02b133b0c7acdc8159..57a5c027727aeafec5d1dbbe5a48d6c63ce6d697 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_TAG=8.4 -FROM fluent/fluent-bit:1.7.6 as flb +FROM fluent/fluent-bit:1.7.7 as flb FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as build diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 1f68a14c40f9705796e2a0229cf4ac419874c962..0696f7f86e9ee1b7e95b74f8727001602ed73414 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/fluent/fluent-bit" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "1.7.6" +- "1.7.7" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://repo1.dso.mil/dsop/opensource/fluent/fluent-bit" # Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Fluent" - org.opencontainers.image.version: "1.7.6" + org.opencontainers.image.version: "1.7.7" # Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "log,stash,search,elk" # This value can be "opensource" or "commercial"