Skip to content

Commit 1e28d6a

Browse files
Switch to minor version of composer instead of patch
* Update composer Docker tag to v2.8.9 * Switch to minor version of composer instead of patch --------- Co-authored-by: text-html-renovate[bot] <182508163+text-html-renovate[bot]@users.noreply.github.com> Co-authored-by: Mathieu Rochette <[email protected]>
1 parent 93ef9ab commit 1e28d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG USER_GID=${USER_UID}
1111
RUN groupadd --gid ${USER_GID} ${USERNAME} && \
1212
useradd -s /bin/bash --uid ${USER_UID} --gid ${USERNAME} -m ${USERNAME}
1313

14-
COPY --from=composer:2.8.8 /usr/bin/composer /usr/bin/composer
14+
COPY --from=composer:2.8 /usr/bin/composer /usr/bin/composer
1515

1616
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && \
1717
bash /tmp/library-scripts/dev.sh "${USERNAME}"

0 commit comments

Comments
 (0)