Skip to content

Commit 34e3e00

Browse files
Update dependency composer to v2.3.2 (#247)
Co-authored-by: Renovate Bot <[email protected]>
1 parent aabf76b commit 34e3e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local/Dockerfile.php-cli

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.0.0-experimental
22
FROM lendableuk/php-fpm-alpine:8.0.11-alpine3.13 as base
33

4-
COPY --from=composer:2.2.10 /usr/bin/composer /usr/bin/composer
4+
COPY --from=composer:2.3.2 /usr/bin/composer /usr/bin/composer
55

66
RUN apk add --no-cache git openssh \
77
&& mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts

0 commit comments

Comments
 (0)