From 0647b064f35f80c708bc46fe2b28ea822dc89002 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Tue, 17 Oct 2023 21:01:57 +0200 Subject: [PATCH] Use latest ftl-build containers to incorporate latest mbedtls release Signed-off-by: DL6ER --- .github/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Dockerfile b/.github/Dockerfile index ae2b6965..d857ec40 100644 --- a/.github/Dockerfile +++ b/.github/Dockerfile @@ -1,5 +1,5 @@ ARG BUILDER="alpine" -FROM ghcr.io/pi-hole/ftl-build:v2.1.1-${BUILDER} AS builder +FROM ghcr.io/pi-hole/ftl-build:v2.3-${BUILDER} AS builder WORKDIR /app