Skip to content

Commit

Permalink
chore(deps): update composer docker tag to v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
text-html-renovate[bot] authored and mathroc committed Oct 8, 2024
1 parent d30f3ce commit aaf647d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG USER_GID=${USER_UID}
RUN groupadd --gid ${USER_GID} ${USERNAME} && \
useradd -s /bin/bash --uid ${USER_UID} --gid ${USERNAME} -m ${USERNAME}

COPY --from=composer:2.8.0 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/composer

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

0 comments on commit aaf647d

Please sign in to comment.