Skip to content

Commit d1bcbfa

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.9.4@sha256:ba379c4c4f0eeb7d14722d4054e7ca187bc19c35dd873c3111da7e98e63502c3 --link /usr/bin/composer /usr/bin/composer
43+
COPY --from=composer/composer:2.9.5@sha256:b55a596e7744d312c17167c7ecf1623cc016b6b8e6f569c38b13c1ef39496c07 --link /usr/bin/composer /usr/bin/composer
4444

4545
FROM composer AS roundcube-builder
4646

0 commit comments

Comments
 (0)