Skip to content

Commit ce66fe2

Browse files
chore(deps): update composer docker tag to v2.8
1 parent 23a71e5 commit ce66fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/docker/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV TZ=UTC \
1414
ARG UID=1000
1515
ARG GID=1000
1616

17-
COPY --from=composer:2.7 /usr/bin/composer /usr/bin/composer
17+
COPY --from=composer:2.8 /usr/bin/composer /usr/bin/composer
1818

1919
# hadolint ignore=DL3008
2020
RUN <<EOF

0 commit comments

Comments
 (0)