From 2e069fda4ec350d12829d225b5abf27cb5281afc Mon Sep 17 00:00:00 2001 From: gbischof Date: Fri, 11 Oct 2024 11:11:38 -0400 Subject: [PATCH] Bump base image to v2.0.0b51 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3ba723e..94a0c6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bluesky/databroker:v2.0.0b50 as base +FROM ghcr.io/bluesky/databroker:v2.0.0b51 as base # git is used only for the pip install git+https:// below and can be # removed once that is no longer used.