We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76aaa44 commit bee938eCopy full SHA for bee938e
Dockerfile
@@ -37,7 +37,7 @@ RUN apk add --no-cache --virtual .persistent-deps \
37
icu-libs \
38
zlib
39
40
-ENV APCU_VERSION 5.1.11
+ENV APCU_VERSION 5.1.12
41
RUN set -eux \
42
&& apk add --no-cache --virtual .build-deps \
43
$PHPIZE_DEPS \
@@ -53,7 +53,7 @@ RUN set -eux \
53
&& apk del .build-deps
54
55
COPY docker/app/php.ini /usr/local/etc/php/php.ini
56
-COPY --from=composer:1.6 /usr/bin/composer /usr/bin/composer
+COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
57
COPY docker/app/docker-entrypoint.sh /usr/local/bin/docker-app-entrypoint
58
RUN chmod +x /usr/local/bin/docker-app-entrypoint
59
0 commit comments