From e5e40560c0874dc76bcd7c5d2394ab84b660026f Mon Sep 17 00:00:00 2001 From: Dan Allan Date: Thu, 28 Sep 2023 16:15:56 -0400 Subject: [PATCH] Bump base image. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a3e184..5efa9eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bluesky/databroker:v2.0.0b30 as base +FROM ghcr.io/bluesky/databroker:v2.0.0b31 as base # git is used only for the pip install git+https:// below and can be # removed once that is no longer used.