There was an error while loading. Please reload this page.
1 parent 8f4e661 commit 9f7f020Copy full SHA for 9f7f020
1 file changed
Dockerfile.php-cli
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1.1.7-experimental
2
FROM lendableuk/php-fpm-alpine:8.1.16-alpine3.17 as base
3
4
-COPY --from=composer/composer:2.8.9-bin /composer /usr/bin/composer
+COPY --from=composer/composer:2.9.7-bin /composer /usr/bin/composer
5
6
RUN apk add --no-cache git openssh \
7
&& mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
0 commit comments