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

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

# 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:f71f705efb76fe4860505945592c64a5d964e7edcb1b5875693d60f531f87200
FROM php:8.5-fpm-trixie@sha256:160820e2ff01df486f6ce157a65deb32b9d8212f7a42d66c0a0a016b846bc09f

# 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:22a95bd2bc3cf6ff19550a246208138d35f0015602db3d67dc6841945324acc1 /usr/bin/composer /usr/local/bin/composer
COPY --from=composer:latest@sha256:846b3eb76c12bd2d8fe7519e75689a3dafbcae61e46f7b4bb6cadffaa20f4350 /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