Skip to content

Commit 0abc295

Browse files
authored
feat: update apcu version to 5.1.20 (#140)
1 parent 994a8a2 commit 0abc295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apk add --no-cache \
2525
# see https://github.com/docker-library/php/issues/240#issuecomment-763112749
2626
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so
2727

28-
ARG APCU_VERSION=5.1.19
28+
ARG APCU_VERSION=5.1.20
2929
RUN set -eux; \
3030
apk add --no-cache --virtual .build-deps \
3131
$PHPIZE_DEPS \

0 commit comments

Comments
 (0)