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:3c5e87194da681e5726b2094f234777dcf21cd0dd94d802a08edab478cc12728
FROM php:8.3-fpm-bookworm@sha256:630a77fdaacf3a3447ab15249944aa8eb5dfb21bcbd98c038a5e51dc0bd57320

# Install dependencies and PHP extensions.
COPY ./apt /etc/apt
Expand Down
2 changes: 1 addition & 1 deletion abc-base/8.5/Dockerfile
Original file line number Diff line number Diff line change
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:fb654e32ec03a4a87df6ce02e8a5f081f25deb3a4243c0e6b73c9f9945ed64d5 /usr/bin/composer /usr/local/bin/composer
COPY --from=composer:latest@sha256:631d7c9ef9cca5fd2f87f691bb9175c89df3c69fbced73148314c11df270a108 /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