Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion abc-base/8.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3-fpm-bookworm@sha256:0a6935fdb6f32f23ddc6497c6e57614b078b9d9aa21a0e7e137c6c68f59ed9b5
FROM php:8.3-fpm-bookworm@sha256:a8da190d9b081e8d236fc2467b72ca3718358850cdeb8fad7787b1eff0b2a700

# Install dependencies and PHP extensions.
COPY ./apt /etc/apt
Expand Down
2 changes: 1 addition & 1 deletion abc-base/8.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.4-fpm-bookworm@sha256:0f181a4d27589ac10bbde6189d43a3297265fe8e611abcb318b97f8b719848a3
FROM php:8.4-fpm-bookworm@sha256:7b0f2acae67bd1678a12abcb359023c4e4fd168a87f4704f5a75c96f0a5406d5

# Install dependencies and PHP extensions.
COPY ./apt /etc/apt
Expand Down
2 changes: 1 addition & 1 deletion abc-base/8.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.5-fpm-trixie@sha256:014590dfe9bbc99122b0bb485855dd7004dc83a107f3c296a6a71811cb002453
FROM php:8.5-fpm-trixie@sha256:a2efac8f3553320a8b7a3f56348e490d172d0bf495b45e543e8a36af465f1a16

# Install dependencies and PHP extensions.
COPY ./apt /etc/apt
Expand Down