From 0abc295461d2b03ea807e638282ea748e368cb39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torben=20Br=C3=BCmmer?= Date: Fri, 7 May 2021 10:46:43 +0200 Subject: [PATCH] feat: update apcu version to 5.1.20 (#140) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c037e1..85a6c96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \