Skip to content

Commit

Permalink
Update base version of banzai to 1.11.0
Browse files Browse the repository at this point in the history
This keeps us up to date with banzai and also folds in some nice celery changes to automatically retry tasks when the workers die.
  • Loading branch information
mgdaily committed Aug 23, 2023
1 parent 5533ad0 commit c43bf95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.lco.global/banzai:1.9.8
FROM docker.lco.global/banzai:1.11.0

USER root

Expand Down

0 comments on commit c43bf95

Please sign in to comment.