There was an error while loading. Please reload this page.
1 parent fa377e2 commit d67e59dCopy full SHA for d67e59d
2 files changed
.gitignore
@@ -22,3 +22,8 @@ doco.yml
22
23
# Ignore FTL Binary if it exists
24
src/pihole-FTL
25
+
26
+# Claude Artifacts
27
+.claude/worktrees/
28
+.claude/settings.local.json
29
+CLAUDE.local.md
src/Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1
2
ARG FTL_SOURCE=remote
3
# Pull Stable images
4
-FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 AS base
+FROM alpine:3.24.0@sha256:a2d49ea686c2adfe3c992e47dc3b5e7fa6e6b5055609400dc2acaeb241c829f4 AS base
5
6
ARG TARGETPLATFORM
7
ARG WEB_BRANCH="development"
0 commit comments