feat: update apcu version to 5.1.20 (#140)
This commit is contained in:
parent
994a8a2fa3
commit
0abc295461
@ -25,7 +25,7 @@ RUN apk add --no-cache \
|
|||||||
# see https://github.com/docker-library/php/issues/240#issuecomment-763112749
|
# see https://github.com/docker-library/php/issues/240#issuecomment-763112749
|
||||||
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so
|
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so
|
||||||
|
|
||||||
ARG APCU_VERSION=5.1.19
|
ARG APCU_VERSION=5.1.20
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
apk add --no-cache --virtual .build-deps \
|
apk add --no-cache --virtual .build-deps \
|
||||||
$PHPIZE_DEPS \
|
$PHPIZE_DEPS \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user