From f8a77c3e8f9dd30bf1af159770de49ee5d32a94c Mon Sep 17 00:00:00 2001 From: "text-html-renovate[bot]" <182508163+text-html-renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 22:38:33 +0100 Subject: [PATCH] chore(deps): update composer docker tag to v2.8.4 (#23) Co-authored-by: text-html-renovate[bot] <182508163+text-html-renovate[bot]@users.noreply.github.com> --- .docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/Dockerfile b/.docker/Dockerfile index 083d50d..4025a62 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -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.3 /usr/bin/composer /usr/bin/composer +COPY --from=composer:2.8.4 /usr/bin/composer /usr/bin/composer RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && \ bash /tmp/library-scripts/dev.sh "${USERNAME}"