Merge pull request #1831 from pi-hole/update/ftl-build

Update ftl-build container to v2.5
This commit is contained in:
Dominik
2024-01-13 10:39:51 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "FTL x86_64 Build Env",
"image": "ghcr.io/pi-hole/ftl-build:v2.4.1",
"image": "ghcr.io/pi-hole/ftl-build:v2.5",
"runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],
"customizations": {
"vscode": {
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ghcr.io/pi-hole/ftl-build:v2.4.1 AS builder
FROM ghcr.io/pi-hole/ftl-build:v2.5 AS builder
WORKDIR /app