From 4a70b5989c917ffad96bbc81d43e836f7c3ce6bf Mon Sep 17 00:00:00 2001 From: DL6ER Date: Mon, 20 May 2024 20:46:18 +0200 Subject: [PATCH] Use new-clang ftl-build containers Signed-off-by: DL6ER --- .github/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Dockerfile b/.github/Dockerfile index 7dcbabb4..141bfc6b 100644 --- a/.github/Dockerfile +++ b/.github/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/pi-hole/ftl-build:v2.5.1 AS builder +FROM ghcr.io/pi-hole/ftl-build:new-clang AS builder WORKDIR /app