Skip to content

Commit d67e59d

Browse files
committed
Update base alpine to 3.24
Also update gitignore (unrelated, but not worth it's own PR) to ignore claude's worktree repos Signed-off-by: Adam Warner <me@adamwarner.co.uk>
1 parent fa377e2 commit d67e59d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ doco.yml
2222

2323
# Ignore FTL Binary if it exists
2424
src/pihole-FTL
25+
26+
# Claude Artifacts
27+
.claude/worktrees/
28+
.claude/settings.local.json
29+
CLAUDE.local.md

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22
ARG FTL_SOURCE=remote
33
# Pull Stable images
4-
FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 AS base
4+
FROM alpine:3.24.0@sha256:a2d49ea686c2adfe3c992e47dc3b5e7fa6e6b5055609400dc2acaeb241c829f4 AS base
55

66
ARG TARGETPLATFORM
77
ARG WEB_BRANCH="development"

0 commit comments

Comments
 (0)