Skip to content

Commit bee938e

Browse files
committed
Bump version
1 parent 76aaa44 commit bee938e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN apk add --no-cache --virtual .persistent-deps \
3737
icu-libs \
3838
zlib
3939

40-
ENV APCU_VERSION 5.1.11
40+
ENV APCU_VERSION 5.1.12
4141
RUN set -eux \
4242
&& apk add --no-cache --virtual .build-deps \
4343
$PHPIZE_DEPS \
@@ -53,7 +53,7 @@ RUN set -eux \
5353
&& apk del .build-deps
5454

5555
COPY docker/app/php.ini /usr/local/etc/php/php.ini
56-
COPY --from=composer:1.6 /usr/bin/composer /usr/bin/composer
56+
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
5757
COPY docker/app/docker-entrypoint.sh /usr/local/bin/docker-app-entrypoint
5858
RUN chmod +x /usr/local/bin/docker-app-entrypoint
5959

0 commit comments

Comments
 (0)