Skip to content

Commit 8ad68b6

Browse files
text-html-renovate[bot]mathroc
authored andcommitted
Update composer Docker tag to v2.8.2
1 parent 124593a commit 8ad68b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/Dockerfile

+1-1
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.1 /usr/bin/composer /usr/bin/composer
14+
COPY --from=composer:2.8.2 /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)