From a1ea9ae299ab13afc67516192cfdfb570d3791dd Mon Sep 17 00:00:00 2001 From: Dan Allan Date: Tue, 6 Feb 2024 13:51:12 -0500 Subject: [PATCH] Bump databroker version to 2.0.0b36 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 766b024..d2f8e0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bluesky/databroker:v2.0.0b35 as base +FROM ghcr.io/bluesky/databroker:v2.0.0b36 as base # git is used only for the pip install git+https:// below and can be # removed once that is no longer used.