Skip to content

Commit 2967737

Browse files
fox91claude
andcommitted
feat: migrate from Debian Bookworm to Debian Trixie
Upgrade all Dockerfile templates from Debian Bookworm (12) to Debian Trixie (13) across all PHP versions. Changes: - Updated all Dockerfiles: php:X.X-bookworm → php:X.X-trixie - Renamed directories: {8.1,8.2,8.3,8.4}/bookworm/ → {8.1,8.2,8.3,8.4}/trixie/ - Updated README.md: All column headers and links now reference trixie - Updated CLAUDE.md: Documentation reflects trixie distribution - Updated CI/CD: Matrix now tests against trixie instead of bookworm Debian Trixie (13) was released on August 9, 2025. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e2342ed commit 2967737

File tree

185 files changed

+237
-237
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+237
-237
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
php_version: ["8.1", "8.2", "8.3", "8.4"]
18-
os_version: ["alpine3.22", "bookworm"]
18+
os_version: ["alpine3.22", "trixie"]
1919
steps:
2020
-
2121
name: Checkout
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-bookworm
1+
FROM php:8.1-trixie
22

33
LABEL maintainer="Andrea Falco <andrea@falco.sh>"
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.2-bookworm
1+
FROM php:8.1-trixie
22

33
LABEL maintainer="Andrea Falco <andrea@falco.sh>"
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.3-bookworm
1+
FROM php:8.1-trixie
22

33
LABEL maintainer="Andrea Falco <andrea@falco.sh>"
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.3-bookworm
1+
FROM php:8.1-trixie
22

33
LABEL maintainer="Andrea Falco <andrea@falco.sh>"
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-bookworm
1+
FROM php:8.1-trixie
22

33
LABEL maintainer="Andrea Falco <andrea@falco.sh>"
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.2-bookworm
1+
FROM php:8.1-trixie
22

33
LABEL maintainer="Andrea Falco <andrea@falco.sh>"
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-bookworm
1+
FROM php:8.1-trixie
22

33
LABEL maintainer="Andrea Falco <andrea@falco.sh>"
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.2-bookworm
1+
FROM php:8.1-trixie
22

33
LABEL maintainer="Andrea Falco <andrea@falco.sh>"
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-bookworm
1+
FROM php:8.1-trixie
22

33
LABEL maintainer="Andrea Falco <andrea@falco.sh>"
44

0 commit comments

Comments
 (0)