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