feat: update apcu version to 5.1.20 (#140)

This commit is contained in:
Torben Brümmer 2021-05-07 10:46:43 +02:00 committed by GitHub
parent 994a8a2fa3
commit 0abc295461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ RUN apk add --no-cache \
# see https://github.com/docker-library/php/issues/240#issuecomment-763112749
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so
ARG APCU_VERSION=5.1.19
ARG APCU_VERSION=5.1.20
RUN set -eux; \
apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \