We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124593a commit 4a27b7eCopy full SHA for 4a27b7e
.docker/Dockerfile
@@ -11,7 +11,7 @@ ARG USER_GID=${USER_UID}
11
RUN groupadd --gid ${USER_GID} ${USERNAME} && \
12
useradd -s /bin/bash --uid ${USER_UID} --gid ${USERNAME} -m ${USERNAME}
13
14
-COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/composer
+COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/composer
15
16
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && \
17
bash /tmp/library-scripts/dev.sh "${USERNAME}"
0 commit comments