From fab4791238d38282daa6a2d4b7d4a4b867e4ef44 Mon Sep 17 00:00:00 2001 From: Aleksandar Acic Date: Wed, 13 Mar 2024 19:30:17 -0500 Subject: [PATCH] Use bookworm-slim --- container/blat/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/blat/Dockerfile b/container/blat/Dockerfile index 77c7f18252..41fb2231ff 100644 --- a/container/blat/Dockerfile +++ b/container/blat/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bullseye-slim +FROM debian:bookworm-slim LABEL org.opencontainers.image.source="https://github.com/stjude/proteinpaint" \ org.opencontainers.image.version="latest"