Skip to content

Commit 879d350

Browse files
Update composer Docker digest to e4ff7e0
1 parent 0412f20 commit 879d350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.docker/php/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ARG PHP_VERSION
22

3-
FROM composer@sha256:5248900ab8b5f7f880c2d62180e40960cd87f60149ec9a1abfd62ac72a02577c
3+
FROM composer@sha256:e4ff7e012505df43b4404cf73a4590e06a3f752a7f77d9079a89f770d257eb84
44
FROM php:${PHP_VERSION}-fpm-alpine
55

66
ARG USER_ID=1000
77
ARG WITH_XDEBUG=false
88
ARG GITHUB_TOKEN
99

10-
COPY --from=composer@sha256:5248900ab8b5f7f880c2d62180e40960cd87f60149ec9a1abfd62ac72a02577c /usr/bin/composer /usr/local/bin/composer
10+
COPY --from=composer@sha256:e4ff7e012505df43b4404cf73a4590e06a3f752a7f77d9079a89f770d257eb84 /usr/bin/composer /usr/local/bin/composer
1111

1212
RUN apk update && \
1313
apk add --no-cache ca-certificates git shadow bash && \

0 commit comments

Comments
 (0)