From 798622bbeb90265b5e1a1502110847d3b9353d6d Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Fri, 29 Dec 2023 18:51:38 -0500 Subject: [PATCH] fix(dx): use upstream wolfi as a base image --- toolboxes/Containerfile.bluefin-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolboxes/Containerfile.bluefin-cli b/toolboxes/Containerfile.bluefin-cli index 5869946c343..e3bd4df2c55 100644 --- a/toolboxes/Containerfile.bluefin-cli +++ b/toolboxes/Containerfile.bluefin-cli @@ -1,4 +1,4 @@ -FROM ghcr.io/ublue-os/wolfi-toolbox +FROM cgr.dev/chainguard/wolfi-base LABEL com.github.containers.toolbox="true" \ usage="This image is meant to be used with the toolbox or distrobox command" \