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:0f6f719aad8a4081dd2d568f1208a5d88051b17c092c916cea55f8f3a468ad13
FROM php:8.3-fpm-bookworm@sha256:0a6935fdb6f32f23ddc6497c6e57614b078b9d9aa21a0e7e137c6c68f59ed9b5

# Install dependencies and PHP extensions.
COPY ./apt /etc/apt
Expand Down
2 changes: 1 addition & 1 deletion abc-base/8.4-frankenphp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dunglas/frankenphp:1-php8.4-trixie@sha256:0e4866da28d36d3626c5a93a3c41c45bb5aa67680e460414df10d1a16c33929d
FROM dunglas/frankenphp:1-php8.4-trixie@sha256:abb2dffb673973d1e08d0e59a8692694b3845530ad11c73c7c7500d209a6322a

# Install dependencies and PHP extensions.
RUN set -x \
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:9dfe326b4e38b0a1faea18ed980dadd133719862a876333c91a189d214a654d9
FROM php:8.4-fpm-bookworm@sha256:0f181a4d27589ac10bbde6189d43a3297265fe8e611abcb318b97f8b719848a3

# Install dependencies and PHP extensions.
COPY ./apt /etc/apt
Expand Down
2 changes: 1 addition & 1 deletion abc-base/8.5-frankenphp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dunglas/frankenphp:1-php8.5-trixie@sha256:f3454939ef7b292dbe3848d7c597bbf0234a446a40494a8ddbd0ccd9a442ca11
FROM dunglas/frankenphp:1-php8.5-trixie@sha256:0e480e4a512bc22c92266fb7adae7e870f72ecae6a35a561e354bd87809e1f2e

# Install dependencies and PHP extensions.
RUN set -x \
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:3d98d6bc0e3928478209db6ccc56fd4d5e796dab9d6a7ab56055c9304bf48003
FROM php:8.5-fpm-trixie@sha256:014590dfe9bbc99122b0bb485855dd7004dc83a107f3c296a6a71811cb002453

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