From c43bf953bf8b77a5fa107ecdf4d3d033989e4298 Mon Sep 17 00:00:00 2001 From: Matt Daily Date: Wed, 23 Aug 2023 09:10:56 -0700 Subject: [PATCH] Update base version of banzai to 1.11.0 This keeps us up to date with banzai and also folds in some nice celery changes to automatically retry tasks when the workers die. --- CHANGES.md | 4 ++++ Dockerfile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 7d840d58..1740288b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +1.1.3 (2023-08-23) +------------------ +- Update base version of BANZAI to 1.11.0 + 1.1.2 (2023-07-25) ------------------ - Update NRES Frame Factory to handle UNKNOWN as a valid empty coordinate diff --git a/Dockerfile b/Dockerfile index 26c030c2..661a65cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.lco.global/banzai:1.9.8 +FROM docker.lco.global/banzai:1.11.0 USER root