Skip to content

Commit 9876992

Browse files
authored
Update all dependencies (#72)
1 parent 1a47512 commit 9876992

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

abc-base/8.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.3-fpm-bookworm@sha256:99440318a60ac79de18eda58b6c03d2ca9a7cab81d0f4b068afefdc30e1fdec2
1+
FROM php:8.3-fpm-bookworm@sha256:3c5e87194da681e5726b2094f234777dcf21cd0dd94d802a08edab478cc12728
22

33
# Install dependencies and PHP extensions.
44
COPY ./apt /etc/apt

abc-base/8.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.4-fpm-bookworm@sha256:17f936aab6398c83c89a7c234118183004fda951e127c32d798014d30e54d08c
1+
FROM php:8.4-fpm-bookworm@sha256:4ec0c4afd7b28a94bedda949bc172b6d287ed2548e962facca36bba202f0f42a
22

33
# Install dependencies and PHP extensions.
44
COPY ./apt /etc/apt

abc-base/8.5/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.5-fpm-trixie@sha256:059b06e3d1e34d19a6acca6d1c9642ff5394bbcb4cc24bc7978509b7c862c771
1+
FROM php:8.5-fpm-trixie@sha256:d4871a19b9e56a00263921ebb1aea25ba57010e98c8861f33fef42e9ceb62614
22

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

8686
# Copy Composer.
87-
COPY --from=composer:latest@sha256:f746ca10fd351429e13a6fc9599ccd41d4fc413e036ae8b0dad9e2041adcffcd /usr/bin/composer /usr/local/bin/composer
87+
COPY --from=composer:latest@sha256:fb654e32ec03a4a87df6ce02e8a5f081f25deb3a4243c0e6b73c9f9945ed64d5 /usr/bin/composer /usr/local/bin/composer
8888

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

0 commit comments

Comments
 (0)