From f01bc93f2ce74407d336ef472551553b087654b4 Mon Sep 17 00:00:00 2001 From: humanoid2050 <18317508+humanoid2050@users.noreply.github.com> Date: Wed, 5 Apr 2023 18:22:53 -0400 Subject: [PATCH] Update tools/docker/lib/common Co-authored-by: Brad Warren --- tools/docker/lib/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/lib/common b/tools/docker/lib/common index 335e55371..d590919ac 100644 --- a/tools/docker/lib/common +++ b/tools/docker/lib/common @@ -102,7 +102,7 @@ ParseArgs() { # Function for use with trap in the primary scripts to remove the # docker builder and restore the original directory Cleanup() { - docker builder rm certbot_builder || true + docker buildx rm certbot_builder || true popd }