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:7257c31bddddeefe74fb7d6eeae1e461abd8235b2f8c4904f25f65b38fbefe60
FROM php:8.3-fpm-bookworm@sha256:77b9e7f09a3feeabc71c4dc656f4afbfc6886cdc698a9265b172192fb01cd4a5

# 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:865bff2ae2c5ecda33ddc12c419749c6e4ec99c4740769524ee8026102c0c6a7
FROM php:8.4-fpm-bookworm@sha256:1465091b492a74627460eef07ce2bb45bf9a5068dbfc759309366e39d5ec36e4

# Install dependencies and PHP extensions.
COPY ./apt /etc/apt
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:40f564afcafe1d59654974991eb7e81490564a42bc012b947dd3b5bc14f02858
FROM php:8.5-fpm-trixie@sha256:bc3225b9a8730a9b9b72b63ca3303bec286aca91208ba48d843a1f8a8afdf5e3

# 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:631d7c9ef9cca5fd2f87f691bb9175c89df3c69fbced73148314c11df270a108 /usr/bin/composer /usr/local/bin/composer
COPY --from=composer:latest@sha256:f5e5bb7048c7b0182ea153fed4a63d021f3c77d4a654d6572da4a42aaff547e3 /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