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:d41f4e57e97732698eddc7e17dcc75027ebf4f549aaf3724894a9f9ff062f8ba
FROM php:8.3-fpm-bookworm@sha256:f49be16e357f0da4fd92d79b572ebd2fbb3ee4c510c7a959a22611c04dd10466

# 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:3be6de13e18faccbe8716125c5f4ecb2258213152de3b7b98eb7d58c00fcaf87
FROM dunglas/frankenphp:1-php8.4-trixie@sha256:043fdd6b4419c866c29a7ae8cf1ac99fed4e4d25e752531ea8fe4ea3cff3407d

# 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:18ec123a3dc2758b3a98bf770aa3b2430371aade7b7e5f1ed1dacfbe31d205b7
FROM php:8.4-fpm-bookworm@sha256:1be9e41402e5eea63d3cdacb036f253b3dd91566d6299c61de7053776e8e3217

# 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:7d0ba4584943b53028260c40adff24fd0d90aabaea89254c49876bc81df6b352
FROM dunglas/frankenphp:1-php8.5-trixie@sha256:0bf3046e9a400cc3ebd3fab3949018e674f53e50928940578da4b343f5acea59

# Install dependencies and PHP extensions.
RUN set -x \
Expand Down
4 changes: 2 additions & 2 deletions 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:38224fb4402c1ad445128304b45f99375f86f29a4a39a446eb09eb1991f299ef
FROM php:8.5-fpm-trixie@sha256:1d5383bede61294dd5fcbf8e4e9f3f45c8e549afd10eab6cc7db55dfb58d9d88

# Install dependencies and PHP extensions.
COPY ./apt /etc/apt
Expand Down Expand Up @@ -84,7 +84,7 @@ RUN set -x \
&& install -d -o www-data -g www-data /var/log/nginx /var/cache/nginx

# Copy Composer.
COPY --from=composer:latest@sha256:41959f55087549989efcdfe953977b64e98e07ca0d7532d7e4b7fe1a90cc4159 /usr/bin/composer /usr/local/bin/composer
COPY --from=composer:latest@sha256:65a161be39c6d30053492f46dcb4f3fe7a8beb6a1bcf92f79d5b41aa45604497 /usr/bin/composer /usr/local/bin/composer

# Copy MinIO client.
COPY --from=minio/mc:latest@sha256:a7fe349ef4bd8521fb8497f55c6042871b2ae640607cf99d9bede5e9bdf11727 /usr/bin/mc /usr/bin/mc
Expand Down