Use latest ftl-build containers to incorporate latest mbedtls release

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2023-10-17 21:01:57 +02:00
parent 529d7f7a30
commit 0647b064f3
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD
1 changed files with 1 additions and 1 deletions

2
.github/Dockerfile vendored
View File

@ -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