Skip to content

Commit b85aaa8

Browse files
chore(deps): update docker.io/composer docker tag to v2.9.2 (#131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 309e2f9 commit b85aaa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG ADDITIONAL_PACKAGES="bash rclone sqlite"
44
FROM php:8.4.14-fpm-alpine AS base
55
WORKDIR /var/www/html
66
# install software needed for all environments
7-
COPY --from=docker.io/composer:2.9.1 /usr/bin/composer /usr/local/bin/composer
7+
COPY --from=docker.io/composer:2.9.2 /usr/bin/composer /usr/local/bin/composer
88
COPY --from=docker.io/mlocati/php-extension-installer:2.9.18 /usr/bin/install-php-extensions /usr/local/sbin/install-php-extensions
99
ADD --chmod=777 \
1010
--checksum=sha256:206a8f9b2177703fc5aa924d85ad6c72e82413e2d09635b4c9c82a1b65b5b3d5 \

0 commit comments

Comments
 (0)