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:a2be4eabf6e1893d9f5ac9c18cc469a0d22ba0666edc12e210921fa1acf576ce
FROM php:8.3-fpm-bookworm@sha256:54756538602ba10e0dcc467563d1b404c4c0defee24205851e006cfa9236c517

# 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:6fb5a144fa7a44f420b7c95fd9892d5f66a7cdddc1da8a8fcb8d408e3c09d173
FROM php:8.4-fpm-bookworm@sha256:18315911aeed66ca21d6135df3568a8fffc0d8751dd913d0e156aa1879d199f1

# 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:d08dbb807358aa8f15c75afe1d088f3ff86f06b0215969c84c83d39bc3126a6f
FROM php:8.5-fpm-trixie@sha256:21fe1317ebe03aaceda1513416d4b8996fc31499746588d61d2a3abf00e652e3

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