From 20c415c2bdefbf6841c0400c37e3082f110a9ad4 Mon Sep 17 00:00:00 2001 From: Dan Allan Date: Thu, 20 Jun 2024 15:49:13 -0400 Subject: [PATCH] Bump databroker to v2.0.0b45 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c58b9ab..612528e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bluesky/databroker:v2.0.0b44 as base +FROM ghcr.io/bluesky/databroker:v2.0.0b45 as base # git is used only for the pip install git+https:// below and can be # removed once that is no longer used.