From 19b996e1bf6b356bf64bb7a616d77f9f9933a41b Mon Sep 17 00:00:00 2001 From: thislight Date: Mon, 30 Jun 2025 21:37:41 +0800 Subject: [PATCH] fedora-42: fix no tty --- fedora-42/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-42/Containerfile b/fedora-42/Containerfile index 2438a5b..ae99e49 100644 --- a/fedora-42/Containerfile +++ b/fedora-42/Containerfile @@ -1,4 +1,4 @@ -FROM oven/bun:1-distroless as bun +FROM docker.io/oven/bun:1-distroless as bun FROM localhost/runner-images/fedora-minimal:42