Skip to content

Commit f8b1d93

Browse files
chore(deps): update composer/composer docker tag to v2.10.1 (#776)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 823070b commit f8b1d93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

target/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN printf '#!/bin/sh\nexec frankenphp php-cli "$@"\n' > /usr/bin/php && \
4040
FROM base AS composer
4141

4242
ENV COMPOSER_ALLOW_SUPERUSER=1
43-
COPY --from=composer/composer:2.10.0@sha256:dd1ba1cb7f89fbf718762ad0e7e26024ea0e1470606d21a075aab66644f1ff74 --link /usr/bin/composer /usr/bin/composer
43+
COPY --from=composer/composer:2.10.1@sha256:070d18a1d8c7b3b53aafe2959b22bc958d540e04b03dbe7a67c564e7e28b58d5 --link /usr/bin/composer /usr/bin/composer
4444

4545
FROM composer AS roundcube-builder
4646

0 commit comments

Comments
 (0)