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