From 17c389b35447bc22138f7338c69f6491f6278231 Mon Sep 17 00:00:00 2001 From: Matt Daily Date: Wed, 23 Feb 2022 12:00:23 -0800 Subject: [PATCH] Update to use ingester version 3.0.4 --- CHANGES.md | 4 ++++ Dockerfile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 313b1bf8..f15ead28 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +1.0.16 (2022-02-22) +------------------- +- Update to use upstream BANZAI version with new version of OCS Ingester library (3.0.4) + 1.0.15 (2022-02-22) ------------------- - Update to use upstream BANZAI version with new version of OCS Ingester library (3.0.3) diff --git a/Dockerfile b/Dockerfile index 894ea96b..c654ffc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.lco.global/banzai:1.9.4 +FROM docker.lco.global/banzai:1.9.5 USER root