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

# 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:aa879bfe6feb03f838393089a712936fee5652f8ec75314ab00b0795048b062d
FROM php:8.4-fpm-bookworm@sha256:8d15d4a387bd35865d86def69e2dff6db22253841346009bb4d24e326e2396f4

# 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:f2ce8a76d77426eeb355ef1b1e8bb4bb8554715ced2f88977f41f9cc3b66d619
FROM php:8.5-fpm-trixie@sha256:e5c4ad6ee53312890a60aa48eeaeb833a1589d3c13f1cacba6012974b65cbdbb

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